]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
chgt xPath en MCPath
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Fri, 17 Jun 2022 13:21:44 +0000 (15:21 +0200)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Fri, 17 Jun 2022 13:21:44 +0000 (15:21 +0200)
ReacteurNumerique/cata_UQ.py

index 2a6c1838b4c08875f3b8139ae6e1ff36115a179a..54cdf793c19fbd7c830a30d1fea7d6d557703897 100644 (file)
@@ -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