mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
Infortmations
This commit is contained in:
parent
898796393d
commit
d439ade3e9
@ -31,7 +31,9 @@ def putName (objmesh, name, i_suff=-1, i_pref=None):
|
|||||||
@i_pref un éventuel préfixe
|
@i_pref un éventuel préfixe
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#logging.info("putName pour %s - i_suff=%d, i_pref=%d", name, i_suff, i_pref)
|
#texte = "Name = {}, i_suff = {}, i_pref = {}".format(name,i_suff,i_pref)
|
||||||
|
#print(texte)
|
||||||
|
#logging.info(texte)
|
||||||
# suffixe éventuel :
|
# suffixe éventuel :
|
||||||
if ( i_suff >= 0 ):
|
if ( i_suff >= 0 ):
|
||||||
suffixe = "_{}".format(i_suff)
|
suffixe = "_{}".format(i_suff)
|
||||||
|
Loading…
Reference in New Issue
Block a user