| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <iostream> | |
| 2 | < | #include <cstdlib> | 
| 3 | < | #include <cmath> | 
| 2 | > | #include <stdlib.h> | 
| 3 | > | #include <math.h> | 
| 4 | ||
| 5 | #ifdef IS_MPI | |
| 6 | #include "mpiSimulation.hpp" | |
| # | Line 246 | Line 246 | template<typename T> void Integrator<T>::integrate(voi | |
| 246 | #endif // is_mpi | |
| 247 | } | |
| 248 | ||
| 249 | < | dumpOut->writeFinal(info->getTime()); | 
| 249 | > | |
| 250 | > | // write the last frame | 
| 251 | > | dumpOut->writeDump(info->getTime()); | 
| 252 | ||
| 253 | delete dumpOut; | |
| 254 | delete statOut; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |