From: pascale.noyret Date: Fri, 27 Nov 2020 10:36:16 +0000 (+0100) Subject: Interactions X-Git-Tag: V210224_osthus~88^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a64b7d4155711cac825b0295b167e1e4404bbf5;p=tools%2Feficas.git Interactions --- diff --git a/Vimmp/cata_CSAndCPS_v4.py b/Vimmp/cata_CSAndCPS_v4.py index 547f471d..5f80cd19 100644 --- a/Vimmp/cata_CSAndCPS_v4.py +++ b/Vimmp/cata_CSAndCPS_v4.py @@ -586,11 +586,11 @@ Interactions = PROC(nom='Interactions', destination = SIMP(typ=modeleNumDuCompo, statut='o'), monBloc_FFFF = BLOC ( condition = 'getEficasAttribut(origine,"ModelType") == "Fields" and getEficasAttribut(destination,"ModelType") == "Fields"' , - termeLE = SIMP(typ='TXM', statut='o', into = dictTermeLE['Fields','Particles'],fenetreIhm='menuDeroulant'), + termeLE = SIMP(typ='TXM', statut='o', into = dictTermeLE['Fields','Fields'],fenetreIhm='menuDeroulant'), ), monBloc_DPDP = BLOC ( condition = 'getEficasAttribut(origine,"ModelType") == "Particles" and getEficasAttribut(destination,"ModelType") == "Particles"' , - termeLE = SIMP(typ='TXM', statut='o', into = dictTermeLE['Particles','Fields'],fenetreIhm='menuDeroulant'), + termeLE = SIMP(typ='TXM', statut='o', into = dictTermeLE['Particles','Particles'],fenetreIhm='menuDeroulant'), ), monBloc_FFDP = BLOC ( condition = 'getEficasAttribut(origine,"ModelType") == "Fields" and getEficasAttribut(destination,"ModelType") == "Particles"' ,