From cb7dd3d5471b90cff34a1d192529e0b45644636f Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Mon, 23 Nov 2020 13:58:17 +0100 Subject: [PATCH] pb de nom sur numerical methd --- Vimmp/cata_CSAndCPS_v4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vimmp/cata_CSAndCPS_v4.py b/Vimmp/cata_CSAndCPS_v4.py index 25cce974..72fab419 100644 --- a/Vimmp/cata_CSAndCPS_v4.py +++ b/Vimmp/cata_CSAndCPS_v4.py @@ -104,10 +104,10 @@ def prepareBlocSystemType(systemType) : NumericalMethod = SIMP(statut='o',typ='TXM', into=dictTypModNumModNum[systemType, typeMod], position='global_jdc', intoXML=allValueInDict(dictTypModNumModNum)) if first : - blocNumMethod_1 = BLOC(condition =conditionType, NumericalMethod_1=NumericalMethod) + blocNumMethod_1 = BLOC(condition =conditionType, NumericalMethod=NumericalMethod) first=0 else : - blocNumMethod_2 = BLOC(condition =conditionType, NumericalMethod_2=NumericalMethod) + blocNumMethod_2 = BLOC(condition =conditionType, NumericalMethod=NumericalMethod) blocMeshRef = BLOC(condition = 'ModelType == "Fields" and NumericalMethod == "FV"', Mesh_Identifiers = SIMP (statut ='o', max ='**', typ = meshIdentifier),) -- 2.39.2