From: prascle Date: Mon, 25 Feb 2013 10:24:00 +0000 (+0000) Subject: PR: fix dump and compatibility with previous scripts X-Git-Tag: distribGeom_28Feb13~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c43976566fa8286e8db188c315d9996164fabd3b;p=plugins%2Fnetgenplugin.git PR: fix dump and compatibility with previous scripts --- diff --git a/resources/NETGENPlugin.xml b/resources/NETGENPlugin.xml index 4504d66..dcccd46 100644 --- a/resources/NETGENPlugin.xml +++ b/resources/NETGENPlugin.xml @@ -84,7 +84,7 @@ output="TRIA,QUAD" dim="2"> - NETGEN_2D_ONLY=Triangle(algo=smeshDC.NETGEN_2D) + NETGEN_2D_ONLY=Triangle(algo=smeshBuilder.NETGEN_2D) LengthFromEdges=LengthFromEdges() MaxElementArea=MaxElementArea(SetMaxElementArea()) NETGEN_Parameters_2D_ONLY=Parameters() @@ -102,7 +102,7 @@ dim="2" support-submeshes="true"> - NETGEN_2D=Triangle(algo=smeshDC.NETGEN_1D2D) + NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D) NETGEN_Parameters_2D=Parameters() NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE) ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) @@ -116,7 +116,7 @@ dim="3" support-submeshes="true"> - NETGEN_2D3D=Tetrahedron(algo=smeshDC.NETGEN_1D2D3D) + NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) NETGEN_Parameters=Parameters() NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)