From: pascale.noyret Date: Mon, 23 Nov 2020 12:58:17 +0000 (+0100) Subject: pb de nom sur numerical methd X-Git-Tag: V210224_osthus~92^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cb7dd3d5471b90cff34a1d192529e0b45644636f;p=tools%2Feficas.git pb de nom sur numerical methd --- 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),)