]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ISolver.h
Salome HOME
Receive DoF from the solver. Update test cases to check DoF.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ISolver.h
index c1c21bffa8f7974f7332583e20676d4bba10d528..da9c5041e109aecdee801f858c7e0f104bf53116 100644 (file)
@@ -47,7 +47,7 @@ public:
   virtual bool isConflicting(const ConstraintID& theConstraint) const = 0;
 
   /// \brief Degrees of freedom
-  virtual int dof() const = 0;
+  virtual int dof() = 0;
 
 protected:
   bool    myFindFaileds; ///< flag to find conflicting or inappropriate constraints