--- trunk/OOPSE-3.0/src/brains/mpiSimulation.cpp 2004/09/24 16:27:58 1492 +++ trunk/OOPSE-3.0/src/brains/mpiSimulation.cpp 2004/10/20 21:16:01 1619 @@ -7,7 +7,7 @@ #include "brains/mpiSimulation.hpp" #include "utils/simError.h" -#include "UseTheForce/fortranWrappers.hpp" +#include "UseTheForce/DarkSide/simParallel_interface.h" #include "math/randomSPRNG.hpp" mpiSimulation* mpiSim; @@ -26,7 +26,6 @@ mpiSimulation::mpiSimulation(SimInfo* the_entryPlug) GroupToProcMap = new int[entryPlug->ngroup]; mpiSim = this; - wrapMeSimParallel( this ); }