From f7ed4aaf9cdb982a2ae9a65789024598a7643cc5 Mon Sep 17 00:00:00 2001 From: nge Date: Thu, 8 Oct 2009 16:05:12 +0000 Subject: [PATCH] Minor corrections --- doc/salome/gui/SMESH/input/tui_defining_ghs3d_hypotheses.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/SMESH/input/tui_defining_ghs3d_hypotheses.doc b/doc/salome/gui/SMESH/input/tui_defining_ghs3d_hypotheses.doc index b014845bb..57a6aaf88 100644 --- a/doc/salome/gui/SMESH/input/tui_defining_ghs3d_hypotheses.doc +++ b/doc/salome/gui/SMESH/input/tui_defining_ghs3d_hypotheses.doc @@ -22,10 +22,10 @@ ghs3dMesh = smesh.Mesh(box,"box: Ghs3D and BLSurf mesh") BLSURF = ghs3dMesh.Triangle(algo=smesh.BLSURF) # create a Ghs3D algorithm for volume -GHS3D = Mesh_1.Tetrahedron(algo=smesh.GHS3D) +GHS3D = ghs3dMesh.Tetrahedron(algo=smesh.GHS3D) # get Ghs3D algorithm hypothesis -GHS3D_Parameters = GHS3D.Parameters()) +GHS3D_Parameters = GHS3D.Parameters() # define an enforced vertex at (50,50,100) with a physical size of 2 GHS3D_Parameters.SetEnforcedVertex( 50, 50, 100, 2 ) -- 2.30.2