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

Comparing trunk/OOPSE/libmdtools/ConstraintAlgorithm.hpp (file contents):
Revision 1254 by tim, Wed Jun 9 16:16:33 2004 UTC vs.
Revision 1268 by tim, Fri Jun 11 17:16:21 2004 UTC

# Line 69 | Line 69 | class ConsAlgoFramework{
69      
70   };
71  
72 + //Velocity Verlet constraint algorithm frame work
73 + class VelVerletConsFramework : public ConsAlgoFramework{
74 +  public:
75 +    virtual int doConstrainA() = 0;
76 +    virtual int doConstrainB() = 0;
77 +  protected:
78 +    VelVerletConsFramework(SimInfo* rhs) : ConsAlgoFramework(rhs){}
79 + };
80 +
81   #endif //endif _CONSTRAINTALGORITHM_H_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines