Salome HOME
PAL5954
authorjfa <jfa@opencascade.com>
Tue, 31 Aug 2004 12:21:45 +0000 (12:21 +0000)
committerjfa <jfa@opencascade.com>
Tue, 31 Aug 2004 12:21:45 +0000 (12:21 +0000)
src/GHS3DPlugin_GHS3D.cxx

index a6c871890f70e938cb7ea839dbe314f87f9f8e80..c2bf7275078c2959436fcd89a7027ead058b19ed 100644 (file)
@@ -38,7 +38,7 @@ GHS3DPlugin_GHS3D::GHS3DPlugin_GHS3D(int hypId, int studyId, SMESH_Gen* gen)
   : SMESH_3D_Algo(hypId, studyId, gen)
 {
   MESSAGE("GHS3DPlugin_GHS3D::GHS3DPlugin_GHS3D");
-  _name = "GHS3D";
+  _name = "GHS3D_3D";
   _shapeType = (1 << TopAbs_SHELL) | (1 << TopAbs_SOLID);// 1 bit /shape type
 }