From 070d2b1ecae9113a2bebfad65b83537938ff15bf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Thu, 12 May 2022 17:20:01 +0200 Subject: [PATCH] a -> az --- Magnetodynamics/electromagnet.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Magnetodynamics/electromagnet.pro b/Magnetodynamics/electromagnet.pro index f0e4285..b259a46 100644 --- a/Magnetodynamics/electromagnet.pro +++ b/Magnetodynamics/electromagnet.pro @@ -153,14 +153,14 @@ Include "Lib_Magnetodynamics2D_av_Cir.pro"; PostOperation { { Name dyn; NameOfPostProcessing Magnetodynamics2D_av; Operation { - Print[ a, OnElementsOf Vol_Mag, File "a.pos" ]; + Print[ az, OnElementsOf Vol_Mag, File "az.pos" ]; Print[ b, OnElementsOf Vol_Mag, File "b.pos" ]; Print[ j, OnElementsOf Vol_Mag, File "j.pos" ]; } } { Name sta; NameOfPostProcessing Magnetostatics2D_a; Operation { - Print[ a, OnElementsOf Vol_Mag, File "a.pos" ]; + Print[ az, OnElementsOf Vol_Mag, File "az.pos" ]; Print[ b, OnElementsOf Vol_Mag, File "b.pos" ]; Print[ j, OnElementsOf Vol_Mag, File "j.pos" ]; } -- GitLab