From: enk Date: Mon, 27 Dec 2004 11:44:36 +0000 (+0000) Subject: corrcted script: Bug PAL6769 file SMESH_test.py doesn't work X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=212f14870c8a82a36f87da13747726fd30152f2c;p=modules%2Fsmesh.git corrcted script: Bug PAL6769 file SMESH_test.py doesn't work --- diff --git a/src/SMESH_I/SMESH_test.py b/src/SMESH_I/SMESH_test.py index 0cc3a94bf..d2385f3a9 100644 --- a/src/SMESH_I/SMESH_test.py +++ b/src/SMESH_I/SMESH_test.py @@ -142,11 +142,11 @@ print ret ret = mesh.AddHypothesis(box,hypo4) print ret -print "-------------------------- compute" +print "-------------------------- compute face" ret = gen.Compute(mesh,idf) print ret -log = mesh.GetLog(1); +log = mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after for a in log: print "-------" ii = 0