--- trunk/src/integrators/NPT.cpp 2005/10/13 22:26:47 665 +++ trunk/src/integrators/NPT.cpp 2008/07/14 12:35:58 1277 @@ -85,7 +85,7 @@ namespace oopse { // We must set tauThermostat if (!simParams->haveTauThermostat()) { sprintf(painCave.errMsg, "If you use the constant temperature\n" - "\tintegrator, you must set tauThermostat_.\n"); + "\tintegrator, you must set tauThermostat.\n"); painCave.severity = OOPSE_ERROR; painCave.isFatal = 1; @@ -137,7 +137,7 @@ namespace oopse { Molecule* mol; StuntDouble* integrableObject; Vector3d Tb, ji; - double mass; + RealType mass; Vector3d vel; Vector3d pos; Vector3d frc; @@ -256,13 +256,13 @@ namespace oopse { Vector3d sc; Vector3d vel; Vector3d frc; - double mass; + RealType mass; chi= currentSnapshot_->getChi(); integralOfChidt = currentSnapshot_->getIntegralOfChiDt(); - double oldChi = chi; - double prevChi; + RealType oldChi = chi; + RealType prevChi; loadEta();