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 857 by mmeineke, Fri Nov 7 17:09:48 2003 UTC vs.
Revision 1064 by tim, Tue Feb 24 15:44:45 2004 UTC

# Line 470 | Line 470 | template<typename T> class ZConstraint : public T { (p
470  
471    ForceSubtractionPolicy* forcePolicy; //force subtraction policy
472    friend class ForceSubtractionPolicy;
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(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 + */  
502   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines