From fc7d86ce229685451c618d59574cfb83df3ad9f9 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 14 Sep 2012 13:10:32 +0000 Subject: [PATCH] mistype --- doc/salome/gui/SMESH/input/tui_cartesian_algo.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/salome/gui/SMESH/input/tui_cartesian_algo.doc b/doc/salome/gui/SMESH/input/tui_cartesian_algo.doc index f1218439b..3eb7f0fe2 100644 --- a/doc/salome/gui/SMESH/input/tui_cartesian_algo.doc +++ b/doc/salome/gui/SMESH/input/tui_cartesian_algo.doc @@ -25,7 +25,7 @@ print "nb tetrahedra",mesh.NbTetras() print "nb polyhedra",mesh.NbPolyhedrons() print -# define the grid by sitting constant spacing +# define the grid by setting constant spacing cartHyp = cartAlgo.SetGrid( "10","10","10", 1000000) mesh.Compute() @@ -34,9 +34,9 @@ print "nb tetrahedra",mesh.NbTetras() print "nb polyhedra",mesh.NbPolyhedrons() -# define the grid by sitting different spacing in 2 sub-ranges of geometry +# define the grid by setting different spacing in 2 sub-ranges of geometry spaceFuns = ["5","10+10*t"] -cartAlgo.SetGrid( [spaceFuns, [0.5]], [spaceFuns, [0.5]], [spaceFuns, [0.25]], 2 ) +cartAlgo.SetGrid( [spaceFuns, [0.5]], [spaceFuns, [0.5]], [spaceFuns, [0.25]], 10 ) mesh.Compute() print "nb hexahedra",mesh.NbHexas() -- 2.30.2