| # | Line 9 | Line 9 | |
|---|---|---|
| 9 | #include <iostream> | |
| 10 | #include <fstream> | |
| 11 | ||
| 12 | < | #include "GenericData.hpp" | 
| 12 | > | #include "constraints/ZconsData.hpp" | 
| 13 | ||
| 14 | #ifdef IS_MPI | |
| 15 | #include <mpi.h> | |
| 16 | < | #include "mpiSimulation.hpp" | 
| 16 | > | #include "brains/mpiSimulation.hpp" | 
| 17 | #endif | |
| 18 | ||
| 19 | using namespace std; | |
| 20 | + | using namespace oopse; | 
| 21 | ||
| 22 | class ZConsWriter { | |
| 23 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |