ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/SimInfo.hpp
(Generate patch)

Comparing trunk/mdtools/headers/SimInfo.hpp (file contents):
Revision 130 by chuckv, Mon Sep 30 20:35:42 2002 UTC vs.
Revision 131 by chuckv, Wed Oct 9 22:29:40 2002 UTC

# Line 6 | Line 6
6   #include "Atom.hpp"
7   #include "Molecule.hpp"
8   #include "AbstractClasses.hpp"
9 < #ifdef MPI
9 > #ifdef IS_MPI
10   #include "mpiSimulation.hpp"
11 +
12   #endif
13   class SimInfo{
14  
# Line 63 | Line 64 | class SimInfo{ (public)
64    char finalName[300];  // the name of the eor file to be written
65    char sampleName[300]; // the name of the dump file to be written
66    char statusName[300]; // the name of the stat file to be written
67 < #ifdef MPI
67 > #ifdef IS_MPI
68    mpiSimulation* mpiSim;
69   #endif
70   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines