]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Interactions
authorpascale.noyret <pascale.noyret@edf.fr>
Fri, 27 Nov 2020 10:36:16 +0000 (11:36 +0100)
committerpascale.noyret <pascale.noyret@edf.fr>
Fri, 27 Nov 2020 10:36:16 +0000 (11:36 +0100)
Vimmp/cata_CSAndCPS_v4.py

index 547f471df41ecd0a96404f1006a0abf983955723..5f80cd19ef9ee927aebac7118cbf172cd593b8ed 100644 (file)
@@ -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"' ,