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 855 by mmeineke, Thu Nov 6 22:01:37 2003 UTC vs.
Revision 859 by mmeineke, Mon Nov 10 21:50:36 2003 UTC

# Line 139 | Line 139 | class SimInfo{ (public)
139    void getBoxM( double theBox[3][3] );
140    void scaleBox( double scale );
141    
142  void setRcut( double theRcut );
142    void setDefaultRcut( double theRcut );
144  void setEcr( double theEcr );
143    void setDefaultEcr( double theEcr );
146  void setEcr( double theEcr, double theEst );
144    void setDefaultEcr( double theEcr, double theEst );
145    void checkCutOffs( void );
146  
# Line 186 | Line 183 | class SimInfo{ (public)
183  
184    SimState* myConfiguration;
185  
186 <  double origRcut, origEcr;
190 <  int boxIsInit, haveOrigRcut, haveOrigEcr;
186 >  int boxIsInit, haveRcut, haveEcr;
187  
192  double oldEcr;
193  double oldRcut;
194
188    double rList, rCut; // variables for the neighborlist
189    double ecr;             // the electrostatic cutoff radius
190    double est;             // the electrostatic skin thickness

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines