From: PASCALE NOYRET Date: Fri, 17 Jun 2022 13:21:44 +0000 (+0200) Subject: chgt xPath en MCPath X-Git-Tag: merge_uncertainty_odysee_1210~56^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=40a999735f286b0ab852f705fc8071b89834eaf6;p=tools%2Feficas.git chgt xPath en MCPath --- diff --git a/ReacteurNumerique/cata_UQ.py b/ReacteurNumerique/cata_UQ.py index 2a6c1838..54cdf793 100644 --- a/ReacteurNumerique/cata_UQ.py +++ b/ReacteurNumerique/cata_UQ.py @@ -1638,6 +1638,7 @@ def creeOutput(monDicoVarSortie): def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie): listeDesVariablesPossibles = list(monDicoVarDeter.keys()) monOutput = creeOutput(monDicoVarSortie) + objectName = SIMP ( statut = "o", typ = 'TXM', homo='constant'), modelVariable = SIMP ( statut = "o", typ = ( 'TXM'), fr = "Variable d'entrée du modèle", @@ -1647,7 +1648,7 @@ def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie): homo='constant', ) laConsigne = SIMP(statut="o", homo="information", typ="TXM", defaut=' ') - xPathVariable = SIMP(statut='d', typ='TXM', defaut=(), max='**', min=0,) + MCPath = SIMP(statut='d', typ='TXM', defaut=(), max='**', min=0,) blocs=creeDistributionsSelonVariable(monDicoVarDeter) # Attention # l ordre des motclefs en 3.7 a l air de dépendre de l ordre de creation des objets