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 836 by mmeineke, Tue Oct 28 22:25:46 2003 UTC vs.
Revision 841 by mmeineke, Wed Oct 29 17:55:28 2003 UTC

# Line 138 | Line 138 | class SimInfo{ (public)
138    void scaleBox( double scale );
139    
140    void setRcut( double theRcut );
141 +  void setDefaultRcut( double theRcut );
142    void setEcr( double theEcr );
143 +  void setDefaultEcr( double theEcr );
144    void setEcr( double theEcr, double theEst );
145 +  void setDefaultEcr( double theEcr, double theEst );
146  
147    double getRcut( void )  { return rCut; }
148    double getRlist( void ) { return rList; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines