Salome HOME
DOF is visualized in label widget: correction compilation on Linux
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMirror.cpp
index c496b719d77b5862283b61a0838d5e8f4e13ed03..509404940e2f6942b78494e952784e9a028461a8 100644 (file)
@@ -18,7 +18,7 @@ void SketchSolver_ConstraintMirror::getAttributes(
   }
 
   myType = TYPE(myBaseConstraint);
-  myStorage->update(aMirLineAttr, myGroupID);
+  myStorage->update(aMirLineAttr/*, myGroupID*/);
   theMirrorLine = myStorage->entity(aMirLineAttr);
 
   // Create SolveSpace entity for all features
@@ -45,7 +45,7 @@ void SketchSolver_ConstraintMirror::getAttributes(
       if (!aFeature)
         continue;
 
-      myStorage->update(aFeature, myGroupID);
+      myStorage->update(aFeature/*, myGroupID*/);
       aList->push_back(myStorage->entity(aFeature));
     }
   }
@@ -119,7 +119,7 @@ void SketchSolver_ConstraintMirror::update()
     process();
     return;
   }
-  SketchSolver_Constraint::update();
+  adjustConstraint();
 }
 
 void SketchSolver_ConstraintMirror::adjustConstraint()