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 197 by mmeineke, Fri Dec 6 21:20:39 2002 UTC vs.
Revision 215 by chuckv, Thu Dec 19 21:59:51 2002 UTC

# Line 7 | Line 7
7   #include "Molecule.hpp"
8   #include "AbstractClasses.hpp"
9   #include "MakeStamps.hpp"
10 #ifdef IS_MPI
11 #include "mpiSimulation.hpp"
10  
13 #endif
11   class SimInfo{
12  
13   public:
# Line 72 | Line 69 | class SimInfo{ (public)
69    char finalName[300];  // the name of the eor file to be written
70    char sampleName[300]; // the name of the dump file to be written
71    char statusName[300]; // the name of the stat file to be written
72 < #ifdef IS_MPI
76 <  mpiSimulation* mpiSim;
77 < #endif
72 >
73   };
74  
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines