From 8956f71c0bd193ef8b202d7858cc076b37672f4b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Wed, 3 Apr 2024 17:56:50 +0200
Subject: [PATCH] fix display of middle displacement in gui

---
 Magnetometer/magnetometer.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Magnetometer/magnetometer.pro b/Magnetometer/magnetometer.pro
index d1fc63c..12b7cf5 100644
--- a/Magnetometer/magnetometer.pro
+++ b/Magnetometer/magnetometer.pro
@@ -228,7 +228,7 @@ PostOperation {
       EndIf
       If(Flag_AnalysisType != 0)
         Print[ u, OnElementsOf Domain_Disp, File "res/u.pos"] ;
-        Print[ um, OnPoint {l/2,a/2,b/2}, Format Table, File "res/um_middle.txt",
+        Print[ um, OnPoint {l/2,a/2,b/2}, Format ValueOnly, File "res/um_middle.txt",
           SendToServer "Output/Middle diplacement [m]", Color "LightYellow" ];
         Echo[ Str["l=PostProcessing.NbViews-1; View[l].VectorType=5; ",
             "View[l].DisplacementFactor = 1e10;"],
-- 
GitLab