| # | Line 63 | Line 63 | namespace OpenMD { | |
|---|---|---|
| 63 | namespace OpenMD { | |
| 64 | ||
| 65 | NPT::NPT(SimInfo* info) : | |
| 66 | < | VelocityVerletIntegrator(info), chiTolerance(1e-6), etaTolerance(1e-6), maxIterNum_(4) { |
| 66 | > | VelocityVerletIntegrator(info), etaTolerance(1e-6), chiTolerance(1e-6), |
| 67 | > | maxIterNum_(4) { |
| 68 | ||
| 69 | Globals* simParams = info_->getSimParams(); | |
| 70 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |