From: pascale.noyret Date: Mon, 16 Nov 2020 18:30:33 +0000 (+0100) Subject: partage du merveilleux catalogue avec les interactions 2 X-Git-Tag: V210224_osthus~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=017743fcb47488c442cf1b936f8495e011288ee1;p=tools%2Feficas.git partage du merveilleux catalogue avec les interactions 2 --- 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' ), ), ),