--- trunk/src/brains/Register.cpp 2005/04/21 14:12:19 514 +++ trunk/src/brains/Register.cpp 2005/05/19 04:28:26 536 @@ -49,6 +49,9 @@ #include "integrators/NPTi.hpp" #include "integrators/NPTf.hpp" #include "integrators/NPTxyz.hpp" +#include "integrators/NPAT.hpp" +#include "integrators/NPrT.hpp" + #include "minimizers/MinimizerFactory.hpp" #include "minimizers/MinimizerCreator.hpp" #include "minimizers/PRCG.hpp" @@ -84,6 +87,9 @@ namespace oopse { IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NPTi")); IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NPTf")); IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NPTxyz")); + IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NPAT")); + IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder("NPrT")); + } void registerMinimizers() {