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

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 1143 by gezelter, Wed Apr 28 22:06:29 2004 UTC vs.
Revision 1144 by tim, Sat May 1 18:52:38 2004 UTC

# Line 124 | Line 124 | class SimInfo{ (public)
124    char statusName[300]; // the name of the stat file to be written
125  
126    int seed;                    //seed for random number generator
127 +
128 +
129 +  vector<double> mfact;
130 +  int ngroup;
131 +  vector<int> groupList;
132 +  vector<int> groupStart;
133 +  
134    // refreshes the sim if things get changed (load balanceing, volume
135    // adjustment, etc.)
136  
# Line 207 | Line 214 | class SimInfo{ (public)
214  
215   };
216  
217 + void getFortranGroupArray(SimInfo* info, vector<double>& mfact, int& ngroup,
218 +                                                          vector<int>& groupList, vector<int>& groupStart);
219 +
220   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines