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

Comparing trunk/OOPSE/libmdtools/Constraint.hpp (file contents):
Revision 1010 by tim, Tue Feb 3 20:43:08 2004 UTC vs.
Revision 1023 by tim, Wed Feb 4 22:26:00 2004 UTC

# Line 24 | Line 24 | class ConstraintBase{
24      ConstraintBase(int dim);
25  
26      virtual void setDim(int dim);
27 <    bool isDimSet();
27 >    bool isDimSet() {return init_ndim;}
28      
29      int getConsType() { return consType;}
30      virtual double calcResidual(vector<double>& x) = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines