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 1251 by tim, Fri Jun 4 19:30:05 2004 UTC vs.
Revision 1252 by gezelter, Mon Jun 7 14:26:33 2004 UTC

# Line 31 | Line 31 | class ConstraintAlgorithm{
31   class ConstraintAlgorithm{
32  
33    public:
34 <    ~ConstraintAlgorithm();
35 <    virtual void doConstrain();
34 >  virtual ~ConstraintAlgorithm();
35 >  virtual void doConstrain();
36  
37      //using RTTI (Run Time Type Information) to dispatch
38      int doConstrainPair(ConstraintPair* consPair);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines