Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / PlaneGCSSolver / PlaneGCSSolver_Storage.h
index 75e0b725e5b34860d9940aa7562cd6f97c4630b8..ccf318aef52130d938a635c43c272a0cbdd61a58 100644 (file)
@@ -117,10 +117,12 @@ private:
   EntityID                         myEntityLastID;       ///< identifier of last added entity
   ConstraintID                     myConstraintLastID;   ///< identifier of last added constraint
 
+  /// additional constraints for correct processing of the arcs
   std::map<EntityWrapperPtr, std::vector<GCSConstraintPtr> >
-                                   myArcConstraintMap;   ///< additional constraints for correct processing of the arcs
+                                   myArcConstraintMap;
 
-  std::list<GCSConstraintPtr>      myRemovedConstraints; ///< list of removed constraints to notify solver
+  /// list of removed constraints to notify solver
+  std::list<GCSConstraintPtr>      myRemovedConstraints;
 };
 
 #endif