From 3fdc42469f720caf1b10db4afdb88d17ffd03f25 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Thu, 12 May 2022 13:45:57 +0200
Subject: [PATCH] print value only

---
 BlochPeriodicWaveguides/rhombus.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BlochPeriodicWaveguides/rhombus.pro b/BlochPeriodicWaveguides/rhombus.pro
index 1ff5b58..73aa203 100644
--- a/BlochPeriodicWaveguides/rhombus.pro
+++ b/BlochPeriodicWaveguides/rhombus.pro
@@ -274,7 +274,7 @@ PostProcessing {
 PostOperation {
   { Name plot_step; NameOfPostProcessing Guide_h_2D;
     Operation {
-      Print[ step, OnPoint{0,0,0}, Format Table, File "res/step.txt", SendToServer "GetDP/Step"{0} ] ;
+      Print[ step, OnPoint{0,0,0}, Format ValueOnly, File "res/step.txt", SendToServer "GetDP/Step"{0} ] ;
     }
   }
 
-- 
GitLab