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