| # | Line 99 | Line 99 | namespace OpenMD { | |
|---|---|---|
| 99 | ||
| 100 | // Create a default ForceManager: If the subclass wants to use | |
| 101 | // a different ForceManager, use setForceManager | |
| 102 | + | |
| 103 | + | std::cerr << __PRETTY_FUNCTION__ << "\n"; |
| 104 | forceMan_ = new ForceManager(info); | |
| 105 | < | |
| 105 | > | |
| 106 | // check for the temperature set flag (velocity scaling) | |
| 107 | if (simParams->haveTempSet()) { | |
| 108 | needVelocityScaling = simParams->getTempSet(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |