| # | Line 182 | Line 182 | template<typename T> void Integrator<T>::integrate(voi | |
|---|---|---|
| 182 | calcForce(1, 1); | |
| 183 | constrainB(); | |
| 184 | } | |
| 185 | < | |
| 185 | > | |
| 186 | if (info->setTemp){ | |
| 187 | thermalize(); | |
| 188 | } | |
| # | Line 198 | Line 198 | template<typename T> void Integrator<T>::integrate(voi | |
| 198 | statOut->writeStat(info->getTime()); | |
| 199 | ||
| 200 | ||
| 201 | – | |
| 201 | #ifdef IS_MPI | |
| 202 | strcpy(checkPointMsg, "The integrator is ready to go."); | |
| 203 | MPIcheckPoint(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |