]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : pour tenir compte des notations scientifques
authoreficas <>
Mon, 15 Nov 2004 08:17:05 +0000 (08:17 +0000)
committereficas <>
Mon, 15 Nov 2004 08:17:05 +0000 (08:17 +0000)
Editeur/composimp.py

index 85ad0ec7b9327826867e533705749618f10d2a79..a7ba9e8d925e10330dc714231b7fff735daba915 100644 (file)
@@ -270,7 +270,7 @@ class SIMPTreeItem(Objecttreeitem.AtomicObjectTreeItem):
           if encorevalide:
             type_param=param.valeur.__class__.__name__
             for typ in self.definition.type:
-                if typ=='R' and type_param!='str':
+                if typ=='R':
                     liste_param.append(param)
                 if typ=='I' and type_param=='int':
                     liste_param.append(param)