Salome HOME
Fix for PAL13607(EDF PAL 313 : Random group colors when unassigned).
[modules/smesh.git] / src / StdMeshers / StdMeshers_MEFISTO_2D.hxx
index 180ceb7605e81a058977b234115f21e33d786655..5b27addcc4987d4df1110fb8880ef2df1346e0b0 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -33,7 +33,7 @@
 #include "SMESH_2D_Algo.hxx"
 #include <TopoDS_Wire.hxx>
 
-#include "StdMeshers_Helper.hxx"
+#include "SMESH_MesherHelper.hxx"
 
 class SMDS_MeshNode;
 class TopTools_IndexedDataMapOfShapeListOfShape;
@@ -98,7 +98,7 @@ protected:
   TopoDS_Wire myOuterWire;
   std::list<const SMDS_MeshNode*> myNodesOnCommonV;
 
-  StdMeshers_Helper* myTool; // toll for working with quadratic elements
+  SMESH_MesherHelper* myTool; // toll for working with quadratic elements
 };
 
 #endif