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 1187 by chrisfen, Sat May 22 18:16:18 2004 UTC vs.
Revision 1214 by gezelter, Tue Jun 1 18:42:58 2004 UTC

# Line 129 | Line 129 | class SimInfo{ (public)
129  
130    int seed;                    //seed for random number generator
131  
132 <  int useThermInt;        // whether or not we use thermodynamic integration
132 >  int useSolidThermInt;  // is solid-state thermodynamic integration being used
133 >  int useLiquidThermInt; // is liquid thermodynamic integration being used
134    double thermIntLambda; // lambda for TI
135    double thermIntK;      // power of lambda for TI
136    double vRaw;           // unperturbed potential for TI
# Line 137 | Line 138 | class SimInfo{ (public)
138    int i;                 // just an int
139  
140    vector<double> mfact;
141 +  vector<int> FglobalGroupMembership;
142    int ngroup;
143 <  vector<int> groupList;
142 <  vector<int> groupStart;
143 >  int* globalGroupMembership;
144    
145    // refreshes the sim if things get changed (load balanceing, volume
146    // adjustment, etc.)
# Line 219 | Line 220 | class SimInfo{ (public)
220    
221    //Addtional Properties of SimInfo
222    map<string, GenericData*> properties;
223 +  void getFortranGroupArrays(SimInfo* info,
224 +                             vector<int>& FglobalGroupMembership,
225 +                             vector<double>& mfact);
226  
227 +
228   };
229  
225 void getFortranGroupArray(SimInfo* info, vector<double>& mfact, int& ngroup,
226                                                          vector<int>& groupList, vector<int>& groupStart);
230  
231   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines