| # | Line 66 | Line 66 | namespace OpenMD { | |
|---|---|---|
| 66 | ||
| 67 | void ForceManager::calcForces() { | |
| 68 | ||
| 69 | + | |
| 70 | if (!info_->isFortranInitialized()) { | |
| 71 | info_->update(); | |
| 72 | + | nbiMan_->setSimInfo(info_); |
| 73 | + | nbiMan_->initialize(); |
| 74 | + | info_->setupFortran(); |
| 75 | } | |
| 76 | ||
| 77 | preCalculation(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |