--- trunk/src/brains/Register.cpp 2008/07/01 13:28:23 1269 +++ trunk/src/brains/Register.cpp 2008/09/26 18:54:04 1297 @@ -53,6 +53,9 @@ #include "integrators/NPrT.hpp" #include "integrators/NgammaT.hpp" #include "integrators/LangevinDynamics.hpp" +#if defined(HAVE_QHULL) +#include "integrators/SMIPDynamics.hpp" +#endif #include "minimizers/MinimizerFactory.hpp" #include "minimizers/MinimizerCreator.hpp" @@ -106,8 +109,9 @@ namespace oopse { IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NGAMMAT")); IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("LANGEVINDYNAMICS")); IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("LD")); - - +#if defined(HAVE_QHULL) + IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("SMIPD")); +#endif } void registerMinimizers() {