| # | Line 5 | Line 5 | |
|---|---|---|
| 5 | #include <math.h> | |
| 6 | #include <mpi.h> | |
| 7 | ||
| 8 | < | #include "mpiSimulation.hpp" |
| 9 | < | #include "simError.h" |
| 10 | < | #include "fortranWrappers.hpp" |
| 11 | < | #include "randomSPRNG.hpp" |
| 8 | > | #include "brains/mpiSimulation.hpp" |
| 9 | > | #include "utils/simError.h" |
| 10 | > | #include "UseTheForce/DarkSide/simParallel_interface.h" |
| 11 | > | #include "math/randomSPRNG.hpp" |
| 12 | ||
| 13 | mpiSimulation* mpiSim; | |
| 14 | ||
| # | Line 26 | Line 26 | mpiSimulation::mpiSimulation(SimInfo* the_entryPlug) | |
| 26 | GroupToProcMap = new int[entryPlug->ngroup]; | |
| 27 | ||
| 28 | mpiSim = this; | |
| 29 | – | wrapMeSimParallel( this ); |
| 29 | } | |
| 30 | ||
| 31 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |