| 5 |  | #include <iostream> | 
| 6 |  | using namespace std; | 
| 7 |  |  | 
| 8 | < | #include "SimInfo.hpp" | 
| 8 | > | #include "brains/SimInfo.hpp" | 
| 9 |  | #define __C | 
| 10 | < | #include "fSimulation.h" | 
| 11 | < | #include "simError.h" | 
| 12 | < |  | 
| 13 | < | #include "fortranWrappers.hpp" | 
| 10 | > | #include "brains/fSimulation.h" | 
| 11 | > | #include "utils/simError.h" | 
| 12 |  |  | 
| 13 | < | #include "MatVec3.h" | 
| 13 | > | #include "UseTheForce/fortranWrappers.hpp" | 
| 14 | > |  | 
| 15 | > | #include "math/MatVec3.h" | 
| 16 |  |  | 
| 17 |  | #ifdef IS_MPI | 
| 18 | < | #include "mpiSimulation.hpp" | 
| 18 | > | #include "brains/mpiSimulation.hpp" | 
| 19 |  | #endif | 
| 20 |  |  | 
| 21 |  | inline double roundMe( double x ){ |