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 1108 by tim, Wed Apr 14 15:37:41 2004 UTC vs.
Revision 1139 by gezelter, Wed Apr 28 22:06:29 2004 UTC

# Line 20 | Line 20
20   #include "GenericData.hpp"
21   //#include "Minimizer.hpp"
22   //#include "OOPSEMinimizer.hpp"
23 <
23 > double roundMe( double x );
24   class OOPSEMinimizer;
25   class SimInfo{
26  
# Line 91 | Line 91 | class SimInfo{ (public)
91    int useReactionField;
92    int useGB;
93    int useEAM;
94 +  int useMolecularCutoffs;
95    
96    bool useInitXSstate;
97    double orthoTolerance;
# Line 170 | Line 171 | class SimInfo{ (public)
171    
172    void addProperty(GenericData* prop);
173    GenericData* getProperty(const string& propName);
174 <  vector<GenericData*> getProperties();      
174 >  //vector<GenericData*>& getProperties()  {return properties;}    
175  
176    int getSeed(void) {  return seed; }
177    void setSeed(int theSeed) {  seed = theSeed;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines