ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/MinimizerBase.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/MinimizerBase.hpp (file contents):
Revision 1010 by tim, Tue Feb 3 20:43:08 2004 UTC vs.
Revision 1031 by tim, Fri Feb 6 18:58:06 2004 UTC

# Line 17 | Line 17 | class MinimizerBase{
17    public:
18  
19      //initialize the minimizer method
20 <    virtual void Init() = 0;
20 >    virtual void init() = 0;
21  
22      //minimize the model
23      virtual void minimize() = 0;
24 <
24 >    
25      //
26      virtual int checkConvergence() = 0;
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines