From: eap Date: Tue, 26 Feb 2013 10:42:13 +0000 (+0000) Subject: 0022124: [CEA 763] Projection 1D does not work with Netgen 1D2D X-Git-Tag: pluginMGCleaner~104 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=318c4081316b5262769d0935219acaebb9bcdc71;p=modules%2Fsmesh.git 0022124: [CEA 763] Projection 1D does not work with Netgen 1D2D -typedef StdMeshers_ProjectionUtils TAssocTool; +namespace TAssocTool = StdMeshers_ProjectionUtils; --- diff --git a/src/StdMeshers/StdMeshers_Prism_3D.cxx b/src/StdMeshers/StdMeshers_Prism_3D.cxx index 17c67d6e1..eae0a3138 100644 --- a/src/StdMeshers/StdMeshers_Prism_3D.cxx +++ b/src/StdMeshers/StdMeshers_Prism_3D.cxx @@ -69,8 +69,9 @@ using namespace std; // cout << msg << " ("<< p.X() << "; " <X(),n->Y(),n->Z()) -typedef StdMeshers_ProjectionUtils TAssocTool; +namespace TAssocTool = StdMeshers_ProjectionUtils; //======================================================================= //function : StdMeshers_RadialPrism_3D