mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
corrcted script: Bug PAL6769 file SMESH_test.py doesn't work
This commit is contained in:
parent
2a9bba38ee
commit
212f14870c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user