--- trunk/src/integrators/NVT.cpp 2005/01/12 22:41:40 246 +++ 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();