]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Solver.cpp
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver_Solver.cpp
index a935ec9e2d0e3d0929418399ce2fa41b33f9c3dd..36979d7474e67dceab857105e0fdd64155b1a5c4 100644 (file)
@@ -9,6 +9,7 @@
 
 SketchSolver_Solver::SketchSolver_Solver()
 {
+  myGroupID = 0;
   // Nullify all elements of the set of equations
   myEquationsSystem.param = 0;
   myEquationsSystem.params = 0;
@@ -26,7 +27,7 @@ SketchSolver_Solver::SketchSolver_Solver()
 
   // If the set of constraints is inconsistent,
   // the failed field will contain wrong constraints
-  myEquationsSystem.calculateFaileds = 1;
+  myEquationsSystem.calculateFaileds = 0;
 }
 
 SketchSolver_Solver::~SketchSolver_Solver()