| # | Line 9 | Line 9 | |
|---|---|---|
| 9 | #include <sys/types.h> | |
| 10 | #include <sys/stat.h> | |
| 11 | ||
| 12 | < | #include "ReadWrite.hpp" |
| 13 | < | #include "simError.h" |
| 14 | < | #include "GenericData.hpp" |
| 12 | > | #include "io/ReadWrite.hpp" |
| 13 | > | #include "utils/simError.h" |
| 14 | > | #include "utils/GenericData.hpp" |
| 15 | ||
| 16 | #ifdef IS_MPI | |
| 17 | #include <mpi.h> | |
| 18 | < | #include "mpiSimulation.hpp" |
| 18 | > | #include "brains/mpiSimulation.hpp" |
| 19 | #define TAKE_THIS_TAG_CHAR 3134 | |
| 20 | #define TAKE_THIS_TAG_INT 3135 | |
| 21 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |