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

Comparing trunk/OOPSE-4/src/brains/mpiSimulation.cpp (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 1619 by chuckv, Wed Oct 20 21:16:01 2004 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines