| 51 |  | #include "integrators/NPTxyz.hpp" | 
| 52 |  | #include "integrators/NPAT.hpp" | 
| 53 |  | #include "integrators/NPrT.hpp" | 
| 54 | + | #include "integrators/LangevinDynamics.hpp" | 
| 55 |  |  | 
| 56 |  | #include "minimizers/MinimizerFactory.hpp" | 
| 57 |  | #include "minimizers/MinimizerCreator.hpp" | 
| 105 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTxyz>("NPTXYZ")); | 
| 106 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPAT>("NPAT")); | 
| 107 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPrT>("NPRT")); | 
| 108 | + | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LANGEVINDYNAMICS")); | 
| 109 | + |  | 
| 110 |  |  | 
| 111 |  | } | 
| 112 |  |  |