Salome HOME
0022124: [CEA 763] Projection 1D does not work with Netgen 1D2D
[modules/smesh.git] / src / StdMeshers / StdMeshers_Prism_3D.cxx
index 17c67d6e12cf89b5339ac04199bc34c7e4887ccc..eae0a3138d840bb2ad7f64f850a294d59a0231e3 100644 (file)
@@ -69,8 +69,9 @@ using namespace std;
 // cout << msg << " ("<< p.X() << "; " <<p.Y() << "; " <<p.Z() << ") " <<endl;\
 // }
 
-typedef StdMeshers_ProjectionUtils TAssocTool;
-typedef SMESH_Comment              TCom;
+namespace TAssocTool = StdMeshers_ProjectionUtils;
+
+typedef SMESH_Comment TCom;
 
 enum { ID_BOT_FACE = SMESH_Block::ID_Fxy0,
        ID_TOP_FACE = SMESH_Block::ID_Fxy1,