--- trunk/src/integrators/NVT.cpp 2005/01/14 22:02:21 269 +++ trunk/src/integrators/NVT.cpp 2005/01/17 16:05:30 270 @@ -46,7 +46,7 @@ namespace oopse { namespace oopse { -NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6) { +NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6), maxIterNum_(4) { Globals* simParams = info_->getSimParams();