ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/minimizers/CGFamilyMinimizer.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/minimizers/CGFamilyMinimizer.hpp (file contents):
Revision 1901 by tim, Tue Jan 4 22:18:06 2005 UTC vs.
Revision 1902 by tim, Wed Jan 5 17:35:19 2005 UTC

# Line 26 | Line 26
26   #ifndef MINIMIZERS_CGFAMILYMINMIZER_HPP
27   #define MINIMIZERS_CGFAMILYMINMIZER_HPP
28  
29 < #include "minimizers/OOPSEMinimizer.hpp"
29 > #include "minimizers/Minimizer.hpp"
30   namespace oopse {
31  
32   /**
33   * @class CGFamilyMinimizer
34   * Base class of conjugate gradient famlily minimzier
35   */
36 < class CGFamilyMinimizer : public OOPSEMinimizer{
36 > class CGFamilyMinimizer : public Minimizer{
37      public:
38                  
39          //check the convergence

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines