X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_fixation_tetra.py;h=daf2b8793c53ca1236a084932e0f4f33556d46ed;hp=5840aef885e8388b32143b46ed865573d2dea023;hb=38a77c4a9810f4715212368ac53315689ba9150f;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/src/SMESH_SWIG/SMESH_fixation_tetra.py b/src/SMESH_SWIG/SMESH_fixation_tetra.py index 5840aef88..daf2b8793 100644 --- a/src/SMESH_SWIG/SMESH_fixation_tetra.py +++ b/src/SMESH_SWIG/SMESH_fixation_tetra.py @@ -105,9 +105,6 @@ print hypVolume.GetId() print hypVolume.GetMaxElementVolume() smesh.SetName(hypVolume, "MaxElementVolume_" + str(maxElementVolume)) - -salome.sg.updateObjBrowser(1) - print "-------------------------- compute compshell" ret = mesh.Compute(mesh) print ret @@ -125,3 +122,5 @@ if ret != 0: else: print "problem when computing the mesh" + +salome.sg.updateObjBrowser(1)