From 017743fcb47488c442cf1b936f8495e011288ee1 Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Mon, 16 Nov 2020 19:30:33 +0100 Subject: [PATCH] partage du merveilleux catalogue avec les interactions 2 --- Vimmp/cata_CSAndCPS_v3.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Vimmp/cata_CSAndCPS_v3.py b/Vimmp/cata_CSAndCPS_v3.py index 762851d6..e7555241 100644 --- a/Vimmp/cata_CSAndCPS_v3.py +++ b/Vimmp/cata_CSAndCPS_v3.py @@ -587,18 +587,18 @@ Interactions = PROC(nom='Interactions', couplingMode = SIMP(typ='TXM', statut='o', into =['direct', 'scaling','use converter']), monBlocDirect = TousSelonLeTypeDeFormatDisponible( "couplingMode=='direct'" ), monBlocIn = BLOC ( condition = "couplingMode=='scaling'", - OutConversion = FACT( statut='o', + OutFromComponent = FACT( statut='o', monBlocFormat = TousSelonLeTypeDeFormatDisponible( "1", labelName = 'outFromMapperFileName' ), ), ), monBlocMapper = BLOC ( condition = "couplingMode=='scaling'", ConversionNode = FACT( min=1, max='**', statut ='o', - MapperInformation = FACT (statut ='o', + #MapperInformation = FACT (statut ='o', myMapper = SIMP(typ=mapper, statut ='o'), mesParametres = FACT (statut ='o', monParametreQuiDependDeTermeLESiCelaExiste= SIMP(statut='o', typ='I')), - ), + #), #couplingMode = SIMP(typ='TXM', statut='o', into =['direct', 'scaling','use converter']), - OutNode = FACT (statut ='o', + OutFromMapper = FACT (statut ='o', monBlocFormat = TousSelonLeTypeDeFormatDisponible( "1", labelName = 'outFromMapperFileName' ), ), ), -- 2.39.2