]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
chgt des @ pour ajouter des blancs necessaires à Uranie et changer le cocagne option...
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Thu, 21 Jul 2022 10:29:57 +0000 (12:29 +0200)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Thu, 21 Jul 2022 10:29:57 +0000 (12:29 +0200)
ReacteurNumerique/cata_RN_EDG.py
ReacteurNumerique/cata_RN_EDG_UQ.py
generator/generator_UQ.py

index debab8a9184cf4cf02930e0a3ccc5c567779ab61..8e1abe2c2784b515c6ec60021dd86211e30312e8 100644 (file)
@@ -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
index 3e5ddc3a9482e95a48e949a9ec8046e83cfda639..a151ae30beba7e84ffe6d05fbe671b3a16448786 100644 (file)
@@ -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
index 62f5c8352e2c640f749bf270bddd356382b8378e..e34a1c5c9bcdbdc6dcdc450074552dd78c4c0366 100644 (file)
@@ -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) :