| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | ||
| 8 | #include "brains/mpiSimulation.hpp" | |
| 9 | #include "utils/simError.h" | |
| 10 | < | #include "UseTheForce/fortranWrappers.hpp" |
| 10 | > | #include "UseTheForce/DarkSide/simParallel_interface.h" |
| 11 | #include "math/randomSPRNG.hpp" | |
| 12 | ||
| 13 | mpiSimulation* mpiSim; | |
| # | 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 |