Salome HOME
corrcted script: Bug PAL6769 file SMESH_test.py doesn't work
authorenk <enk@opencascade.com>
Mon, 27 Dec 2004 11:44:36 +0000 (11:44 +0000)
committerenk <enk@opencascade.com>
Mon, 27 Dec 2004 11:44:36 +0000 (11:44 +0000)
src/SMESH_I/SMESH_test.py

index 0cc3a94bf8c00d14a3ba265247019d9a7f276bed..d2385f3a98932c0ef64cc651c9ab7571b515a77f 100644 (file)
@@ -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