ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/SimInfo.hpp
(Generate patch)

Comparing:
trunk/OOPSE-4/src/brains/SimInfo.hpp (file contents), Revision 1617 by chuckv, Wed Oct 20 20:46:20 2004 UTC vs.
branches/new_design/OOPSE-4/src/brains/SimInfo.hpp (file contents), Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 88 | Line 88 | class SimInfo{ (public)
88  
89    
90    int usePBC; // whether we use periodic boundry conditions.
91 <  int useLJ;
92 <  int useSticky;
91 >  int useDirectionalAtoms;
92 >  int useLennardJones;
93 >  int useElectrostatics;
94    int useCharges;
95    int useDipoles;
96 <  int useReactionField;
97 <  int useGB;
96 >  int useSticky;
97 >  int useGayBerne;
98    int useEAM;
99 +  int useShapes;
100 +  int useFLARB;
101 +  int useReactionField;
102    bool haveCutoffGroups;
103    bool useInitXSstate;
104    double orthoTolerance;
# Line 180 | Line 184 | class SimInfo{ (public)
184    SimState* getConfiguration( void ) { return myConfiguration; }
185    
186    void addProperty(GenericData* prop);
187 <  GenericData* getProperty(const string& propName);
187 >  GenericData* getPropertyByName(const string& propName);
188    //vector<GenericData*>& getProperties()  {return properties;}    
189  
190    int getSeed(void) {  return seed; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines