| 51 |  | #include "integrators/NPTxyz.hpp" | 
| 52 |  | #include "integrators/NPAT.hpp" | 
| 53 |  | #include "integrators/NPrT.hpp" | 
| 54 | + | #include "integrators/NgammaT.hpp" | 
| 55 |  | #include "integrators/LangevinDynamics.hpp" | 
| 56 |  |  | 
| 57 |  | #include "minimizers/MinimizerFactory.hpp" | 
| 107 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPAT>("NPAT")); | 
| 108 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPrT>("NPRT")); | 
| 109 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPrT>("NPGT")); | 
| 110 | + | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NgammaT>("NGT")); | 
| 111 | + | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NgammaT>("NGAMMAT")); | 
| 112 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LANGEVINDYNAMICS")); | 
| 113 |  | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LD")); | 
| 114 |  |  |