| # | Line 10 | Line 10 | using namespace std; | |
|---|---|---|
| 10 | #include "Thermo.hpp" | |
| 11 | #include "SRI.hpp" | |
| 12 | #include "Integrator.hpp" | |
| 13 | + | |
| 14 | + | #ifdef IS_MPI |
| 15 | #define __C | |
| 16 | < | //#include "mpiSimulation.hpp" |
| 16 | > | #include "mpiSimulation.hpp" |
| 17 | > | #endif // is_mpi |
| 18 | > | |
| 19 | ||
| 20 | #define BASE_SEED 123456789 | |
| 21 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |