Salome HOME
PR: fix dump and compatibility with previous scripts
authorprascle <prascle>
Mon, 25 Feb 2013 10:23:16 +0000 (10:23 +0000)
committerprascle <prascle>
Mon, 25 Feb 2013 10:23:16 +0000 (10:23 +0000)
resources/GHS3DPlugin.xml

index 19587d674ea57e680d17edc1b0f2bfe550f53b66..906831fd9c1df7bc4b051ef6fae25e436b65cdc5 100644 (file)
@@ -61,7 +61,7 @@
                opt-hypos="GHS3D_Parameters, ViscousLayers"
                dim="3">
       <python-wrap>
-        <algo>GHS3D_3D=Tetrahedron(algo=smeshDC.GHS3D)</algo>
+        <algo>GHS3D_3D=Tetrahedron(algo=smeshBuilder.GHS3D)</algo>
         <hypo>GHS3D_Parameters=Parameters()</hypo>
         <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
       </python-wrap>