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 790 by mmeineke, Mon Sep 29 21:16:11 2003 UTC vs.
Revision 797 by mmeineke, Fri Oct 3 22:02:04 2003 UTC

# Line 145 | Line 145 | class SimInfo{ (public)
145    double getRlist( void ) { return rList; }
146    double getEcr( void )   { return ecr; }
147    double getEst( void )   { return est; }
148 +  double getMaxCutoff( void ) { return maxCutoff; }
149  
150    void setTime( double theTime ) { currentTime = theTime; }
151    void incrTime( double the_dt ) { currentTime += the_dt; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines