From: eficas <> Date: Mon, 15 Nov 2004 08:17:05 +0000 (+0000) Subject: PN : pour tenir compte des notations scientifques X-Git-Tag: CCAR_poursuite_deb~69 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=25ac37c57e46b180ab07c808098e25f43b94a425;p=tools%2Feficas.git PN : pour tenir compte des notations scientifques --- diff --git a/Editeur/composimp.py b/Editeur/composimp.py index 85ad0ec7..a7ba9e8d 100644 --- a/Editeur/composimp.py +++ b/Editeur/composimp.py @@ -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)