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

Comparing trunk/OOPSE/libmdtools/Integrator.hpp (file contents):
Revision 987 by tim, Tue Jan 27 19:15:20 2004 UTC vs.
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC

# Line 473 | Line 473 | class OOPSEMinimizerBase : public RealIntegrator {
473  
474   };
475  
476 + /*
477   class OOPSEMinimizerBase : public RealIntegrator {
478    public:
479  
480      OOPSEMinimizerBase ( SimInfo *theInfo, ForceFields* the_ff );
481      virtual ~OOPSEMinimizerBase();
482      
483 <    double calcGradient(const vector<double>& x, vector<double>& grad);
484 <    void setOptCoor(vector<double>& x);
485 <    void getOptCoor(vector<double>& x);
486 <    void output();
483 >    double calcGradient(vector<double>& x, vector<double>& grad);
484 >    void setCoor(vector<double>& x);
485 >    vector<double> getCoor();
486 >    void output(vector<double>& x, int iteration);
487 >    int getDim() {return dim;}
488 >    void constraintMove();
489 >    void shakeF();
490 >    void shakeR();
491 >  protected:
492      
493 +    int dim;
494 +    void calcDim();
495   };
496  
497 < template<typename TMinimizer> class OOPSEMinimizer : public OOPSEMinimizerBase, TMinimizer{
498 <  public:
499 <    void writeOutput();
500 < };
501 <  
497 > //template<typename TMinimizer> class OOPSEMinimizer : public OOPSEMinimizerBase, TMinimizer{
498 > //  public:
499 > //    void writeOutput();
500 > //};
501 > */  
502   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines