Salome HOME
Return removing of constraint for the unique fixed point to avoid conflicting constra...
authorazv <azv@opencascade.com>
Thu, 17 Sep 2015 11:27:11 +0000 (14:27 +0300)
committerazv <azv@opencascade.com>
Thu, 17 Sep 2015 11:27:11 +0000 (14:27 +0300)
src/SketchSolver/SketchSolver_Storage.cpp

index 1e77557874dd157795e9a38d423918948d90815a..4ed2112e4b81b999181e35b5be337f94597e7436 100644 (file)
@@ -725,7 +725,7 @@ void SketchSolver_Storage::initializeSolver(SketchSolver_Solver& theSolver)
     for (; anIt != aConstraints.end(); anIt++)
       if (anIt->h == myFixed) {
         aFixedPoint = anIt->ptA;
-//        aConstraints.erase(anIt);
+        aConstraints.erase(anIt);
         break;
       }
     // set dragged parameters