# | Line 6 | Line 6 | using namespace std; | |
---|---|---|
6 | #include <mpi.h> | |
7 | #endif //is_mpi | |
8 | ||
9 | < | #include "Thermo.hpp" |
10 | < | #include "SRI.hpp" |
11 | < | #include "Integrator.hpp" |
12 | < | #include "simError.h" |
13 | < | #include "MatVec3.h" |
9 | > | #include "brains/Thermo.hpp" |
10 | > | #include "primitives/SRI.hpp" |
11 | > | #include "integrators/Integrator.hpp" |
12 | > | #include "utils/simError.h" |
13 | > | #include "math/MatVec3.h" |
14 | ||
15 | #ifdef IS_MPI | |
16 | #define __C | |
17 | < | #include "mpiSimulation.hpp" |
17 | > | #include "brains/mpiSimulation.hpp" |
18 | #endif // is_mpi | |
19 | ||
20 | inline double roundMe( double x ){ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |