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 124 by chuckv, Mon Sep 30 20:35:42 2002 UTC vs.
Revision 197 by mmeineke, Fri Dec 6 21:20:39 2002 UTC

# Line 6 | Line 6
6   #include "Atom.hpp"
7   #include "Molecule.hpp"
8   #include "AbstractClasses.hpp"
9 < #ifdef MPI
9 > #include "MakeStamps.hpp"
10 > #ifdef IS_MPI
11   #include "mpiSimulation.hpp"
12 +
13   #endif
14   class SimInfo{
15  
# Line 57 | Line 59 | class SimInfo{ (public)
59  
60    int n_mol;           // n_molecules;
61    Molecule* molecules; // the array of molecules
62 +  
63 +  int nComponents;           // the number of componentsin the system
64 +  int* componentsNmol;       // the number of molecules of each component
65 +  MoleculeStamp** compStamps;// the stamps matching the components
66 +  LinkedMolStamp* headStamp; // list of stamps used in the simulation
67 +  
68  
69 +
70    Integrator *the_integrator; // the integrator of the simulation
71  
72    char finalName[300];  // the name of the eor file to be written
73    char sampleName[300]; // the name of the dump file to be written
74    char statusName[300]; // the name of the stat file to be written
75 < #ifdef MPI
75 > #ifdef IS_MPI
76    mpiSimulation* mpiSim;
77   #endif
78   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines