| # | Line 52 | Line 52 | namespace OpenMD { | |
|---|---|---|
| 52 | ||
| 53 | namespace OpenMD { | |
| 54 | ||
| 55 | < | LDForceManager::LDForceManager(SimInfo* info) : ForceManager(info), forceTolerance_(1e-6), maxIterNum_(4) { |
| 55 | > | LDForceManager::LDForceManager(SimInfo* info) : ForceManager(info), |
| 56 | > | maxIterNum_(4), |
| 57 | > | forceTolerance_(1e-6) { |
| 58 | simParams = info->getSimParams(); | |
| 59 | veloMunge = new Velocitizer(info); | |
| 60 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |