From 212f14870c8a82a36f87da13747726fd30152f2c Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 27 Dec 2004 11:44:36 +0000 Subject: [PATCH] corrcted script: Bug PAL6769 file SMESH_test.py doesn't work --- src/SMESH_I/SMESH_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2