| # | Line 135 | Line 135 | template<typename T> void Integrator<T>::checkConstrai | |
|---|---|---|
| 135 | } | |
| 136 | ||
| 137 | ||
| 138 | < | // save oldAtoms to check for lode balanceing later on. |
| 138 | > | // save oldAtoms to check for lode balancing later on. |
| 139 | ||
| 140 | oldAtoms = nAtoms; | |
| 141 | ||
| # | Line 262 | Line 262 | template<typename T> void Integrator<T>::integrate(voi | |
| 262 | MPIcheckPoint(); | |
| 263 | #endif // is_mpi | |
| 264 | } | |
| 265 | – | |
| 266 | – | |
| 267 | – | // write the last frame |
| 268 | – | dumpOut->writeDump(info->getTime()); |
| 265 | ||
| 266 | delete dumpOut; | |
| 267 | delete statOut; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |