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 1144 by tim, Sat May 1 18:52:38 2004 UTC vs.
Revision 1154 by gezelter, Tue May 11 16:00:22 2004 UTC

# Line 157 | Line 157 | class SimInfo{ (public)
157    void scaleBox( double scale );
158    
159    void setDefaultRcut( double theRcut );
160 <  void setDefaultEcr( double theEcr );
161 <  void setDefaultEcr( double theEcr, double theEst );
160 >  void setDefaultRcut( double theRcut, double theRsw );
161    void checkCutOffs( void );
162  
163    double getRcut( void )  { return rCut; }
164    double getRlist( void ) { return rList; }
165 <  double getEcr( void )   { return ecr; }
167 <  double getEst( void )   { return est; }
165 >  double getRsw( void )   { return rSw; }
166    double getMaxCutoff( void ) { return maxCutoff; }
167 <
167 >  
168    void setTime( double theTime ) { currentTime = theTime; }
169    void incrTime( double the_dt ) { currentTime += the_dt; }
170    void decrTime( double the_dt ) { currentTime -= the_dt; }
# Line 187 | Line 185 | class SimInfo{ (public)
185  
186    SimState* myConfiguration;
187  
188 <  int boxIsInit, haveRcut, haveEcr;
188 >  int boxIsInit, haveRcut, haveRsw;
189  
190    double rList, rCut; // variables for the neighborlist
191 <  double ecr;             // the electrostatic cutoff radius
192 <  double est;             // the electrostatic skin thickness
191 >  double rSw;         // the switching radius
192 >
193    double maxCutoff;
194  
195    double distXY;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines