X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_test.py;h=3b46f54800a57c320168de78f030a055e2e14350;hp=a642a670d8d59ef8210875b87b595e2be1ace887;hb=2aed859fcd4a79ddeaf25370c39b2ee713fc873c;hpb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee diff --git a/src/SMESH_SWIG/SMESH_test.py b/src/SMESH_SWIG/SMESH_test.py index a642a670d..3b46f5480 100644 --- a/src/SMESH_SWIG/SMESH_test.py +++ b/src/SMESH_SWIG/SMESH_test.py @@ -21,7 +21,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses +# SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes # File : SMESH_test.py # Module : SMESH # @@ -103,7 +103,7 @@ face = salome.IDToObject(idf) ret = mesh.Compute(face) print(ret) -log = mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after +log = [] #mesh.GetLog(0) # 0 - GetLog without ClearLog after, else if 1 - ClearLog after for a in log: print("-------") ii = 0