From: akl Date: Thu, 18 Apr 2013 04:56:15 +0000 (+0000) Subject: Correction because of 'smeshDC' refactoring. X-Git-Tag: V7_2_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=69fdeabe972b9ffed67c45b4129abe48d18dc0d9;p=plugins%2Fnetgenplugin.git Correction because of 'smeshDC' refactoring. --- diff --git a/resources/NETGENPlugin.xml b/resources/NETGENPlugin.xml index f9b0d97..95302ff 100644 --- a/resources/NETGENPlugin.xml +++ b/resources/NETGENPlugin.xml @@ -104,7 +104,7 @@ NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D) NETGEN_Parameters_2D=Parameters() - NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE) + NETGEN_SimpleParameters_2D=Parameters(smeshBuilder.SIMPLE) ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) @@ -118,7 +118,7 @@ NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D) NETGEN_Parameters=Parameters() - NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE) + NETGEN_SimpleParameters_3D=Parameters(smeshBuilder.SIMPLE)