# | Line 46 | Line 46 | namespace oopse { | |
---|---|---|
46 | ||
47 | namespace oopse { | |
48 | ||
49 | < | NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6) { |
49 | > | NVT::NVT(SimInfo* info) : VelocityVerletIntegrator(info), chiTolerance_ (1e-6), maxIterNum_(4) { |
50 | ||
51 | Globals* simParams = info_->getSimParams(); | |
52 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |