From: Pascale Noyret Date: Fri, 30 Mar 2012 10:14:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: mergeto_trunk_2012-08-22~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1e358d85215e75529662f02e3fe5b1cfe13534df;p=tools%2Feficas.git *** empty log message *** --- diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index 918d610f..9b19ba74 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -136,12 +136,7 @@ class MyEficas( qtEficas.Appli ): mailSO = self.editor.study.FindObjectID(entry) if mailSO == None : return names, msg -# on ajoute deja le maillage - name=mailSO.GetName() - names.append(name) - print name -# on ajoute deja le maillage subIt = self.editor.study.NewChildIterator(mailSO) while subIt.More(): subSO = subIt.Value()