Salome HOME
IPAL52980: Wire Discretization with Table density fails
[modules/smesh.git] / src / Controls / SMESH_ControlsDef.hxx
index 8a2ff7e245becdcf4147fa98c3ce0dc4c98cb65f..c7398b0ef4d0364f7d49480b2e8e5aa3924a85f7 100644 (file)
@@ -1088,7 +1088,7 @@ namespace SMESH{
       TMeshModifTracer     myMeshModifTracer;
       long                 myFaceID;
       double               myToler;
-      std::set< long >     myCoplanarIDs;
+      TColStd_MapOfInteger myCoplanarIDs;
     };
     typedef boost::shared_ptr<CoplanarFaces> CoplanarFacesPtr;