corrcted script: Bug PAL6769 file SMESH_test.py doesn't work

This commit is contained in:
enk 2004-12-27 11:44:36 +00:00
parent 2a9bba38ee
commit 212f14870c

View 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