From: PASCALE NOYRET Date: Thu, 21 Jul 2022 10:29:57 +0000 (+0200) Subject: chgt des @ pour ajouter des blancs necessaires à Uranie et changer le cocagne option... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30a401ffbb93a41f91bbb240c95f2f252ec5c88f;p=tools%2Feficas.git chgt des @ pour ajouter des blancs necessaires à Uranie et changer le cocagne option des catalogues --- diff --git a/ReacteurNumerique/cata_RN_EDG.py b/ReacteurNumerique/cata_RN_EDG.py index debab8a9..8e1abe2c 100644 --- a/ReacteurNumerique/cata_RN_EDG.py +++ b/ReacteurNumerique/cata_RN_EDG.py @@ -613,7 +613,7 @@ Model_data = OPER( "sous la forme (assemblage combustible, DKLib)"), ang=("Association between the core elements and the neutronic libraries " "in the form (fuel assembly, DKLib)"), - statut="o", + statut="f", typ=Tuple(2), # TODO: Check if the attribute assembly_type of the # Assembly object is 'REF' then the type of the diff --git a/ReacteurNumerique/cata_RN_EDG_UQ.py b/ReacteurNumerique/cata_RN_EDG_UQ.py index 3e5ddc3a..a151ae30 100644 --- a/ReacteurNumerique/cata_RN_EDG_UQ.py +++ b/ReacteurNumerique/cata_RN_EDG_UQ.py @@ -607,7 +607,7 @@ Model_data = OPER( "sous la forme (assemblage combustible, DKLib)"), ang=("Association between the core elements and the neutronic libraries " "in the form (fuel assembly, DKLib)"), - statut="o", + statut="f", typ=Tuple(2), # TODO: Check if the attribute assembly_type of the # Assembly object is 'REF' then the type of the diff --git a/generator/generator_UQ.py b/generator/generator_UQ.py index 62f5c835..e34a1c5c 100644 --- a/generator/generator_UQ.py +++ b/generator/generator_UQ.py @@ -129,9 +129,9 @@ class UQGenerator(PythonGenerator): # a refaire si on decide que les incertains sont sous des fact multiples # ce qui ne me parait pas possible mais ? if obj.etape.nature == 'OPERATEUR' : - return '@'+obj.etape.sd.nom +'__' + obj.nom+'@' + return '@ '+obj.etape.sd.nom +'__' + obj.nom+' @' else : - return '@'+obj.nom+'@' + return '@ '+obj.nom+' @' def analyseIncertitude(self) :