| # | Line 172 | Line 172 | template<typename T> void Integrator<T>::integrate(voi | |
|---|---|---|
| 172 | ||
| 173 | dt = info->dt; | |
| 174 | dt2 = 0.5 * dt; | |
| 175 | + | |
| 176 | + | readyCheck(); |
| 177 | ||
| 178 | // initialize the forces before the first step | |
| 179 | ||
| # | Line 198 | Line 200 | template<typename T> void Integrator<T>::integrate(voi | |
| 200 | dumpOut->writeDump(info->getTime()); | |
| 201 | statOut->writeStat(info->getTime()); | |
| 202 | ||
| 203 | < | readyCheck(); |
| 203 | > | |
| 204 | ||
| 205 | #ifdef IS_MPI | |
| 206 | strcpy(checkPointMsg, "The integrator is ready to go."); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |