| # | Line 52 | Line 52 | namespace OpenMD { | |
|---|---|---|
| 52 | if (info_->getNGlobalConstraints() > 0) | |
| 53 | doShake_ = true; | |
| 54 | ||
| 55 | + | if (!doShake_) return; |
| 56 | + | |
| 57 | Globals* simParams = info_->getSimParams(); | |
| 58 | ||
| 59 | currentSnapshot_ = info_->getSnapshotManager()->getCurrentSnapshot(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |