| 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" | 
| 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 | 
< | 
     | 
| 113 | 
< | 
 | 
| 112 | 
> | 
#if defined(HAVE_QHULL) | 
| 113 | 
> | 
    IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<SMIPDynamics>("SMIPD")); | 
| 114 | 
> | 
#endif | 
| 115 | 
  | 
  } | 
| 116 | 
  | 
 | 
| 117 | 
  | 
  void registerMinimizers() { |