ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/brains/mpiSimulation.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/brains/mpiSimulation.cpp (file contents):
Revision 1492 by tim, Fri Sep 24 16:27:58 2004 UTC vs.
Revision 1619 by chuckv, Wed Oct 20 21:16:01 2004 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines