# | Line 53 | Line 53 | |
---|---|---|
53 | #include "integrators/NPrT.hpp" | |
54 | #include "integrators/NgammaT.hpp" | |
55 | #include "integrators/LangevinDynamics.hpp" | |
56 | + | #if defined(HAVE_QHULL) |
57 | #include "integrators/SMIPDynamics.hpp" | |
58 | + | #endif |
59 | ||
60 | #include "minimizers/MinimizerFactory.hpp" | |
61 | #include "minimizers/MinimizerCreator.hpp" | |
# | Line 107 | Line 109 | namespace oopse { | |
109 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NgammaT>("NGAMMAT")); | |
110 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LANGEVINDYNAMICS")); | |
111 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LD")); | |
112 | + | #if defined(HAVE_QHULL) |
113 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<SMIPDynamics>("SMIPD")); | |
114 | + | #endif |
115 | } | |
116 | ||
117 | void registerMinimizers() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |