From 6b9d137e4bea4a0de5f98f16932a423b7b514a41 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Thu, 19 Sep 2019 10:51:50 +0200
Subject: [PATCH] highlight bug

---
 NonLinearEVP/NonLinearEVP.geo      | 2 +-
 NonLinearEVP/NonLinearEVP_data.geo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NonLinearEVP/NonLinearEVP.geo b/NonLinearEVP/NonLinearEVP.geo
index 2948937..baab25e 100644
--- a/NonLinearEVP/NonLinearEVP.geo
+++ b/NonLinearEVP/NonLinearEVP.geo
@@ -76,7 +76,7 @@ If (flag_Tmesh==0)
     Point(22)  = {-d_sq/2.+corner_rad ,-d_sq/2.+corner_rad, 0. , lc_sq};
     Point(23)  = { d_sq/2.-corner_rad ,-d_sq/2., 0. , lc_sq};
     Point(24)  = { d_sq/2. ,-d_sq/2.+corner_rad, 0. , lc_sq};
-    Point(25) = { d_sq/2.-corner_rad ,-d_sq/2.+corner_rad, 0. , lc_sq};
+    Point(25)  = { d_sq/2.-corner_rad ,-d_sq/2.+corner_rad, 0. , lc_sq};
     Point(26)  = { d_sq/2.-corner_rad , d_sq/2., 0. , lc_sq};
     Point(27)  = { d_sq/2. , d_sq/2.-corner_rad, 0. , lc_sq};
     Point(28)  = { d_sq/2.-corner_rad , d_sq/2.-corner_rad, 0. , lc_sq};
diff --git a/NonLinearEVP/NonLinearEVP_data.geo b/NonLinearEVP/NonLinearEVP_data.geo
index 56a3eb5..24034af 100644
--- a/NonLinearEVP/NonLinearEVP_data.geo
+++ b/NonLinearEVP/NonLinearEVP_data.geo
@@ -61,7 +61,7 @@ DefineConstant[
   corner_rad_frac= {0.1   , Name StrCat[pp4 , "5Corner rounding/1corner radius (fraction of square side)"] , Highlight Str[colorpp2]  , Min 0.01, Max 0.49},
   flag_outEigvec = {1     , Name StrCat[pp4 , "7output eigenvector?"], Choices{0,1}},
   
-  flag_res       = {2     , Name StrCat[pp5  , "0resolution type"], 
+  flag_res       = {4     , Name StrCat[pp5  , "0resolution type"], 
                         // Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h", 5="all"},ServerAction "ResetDatabase"},
                         Choices {0="Aux_E" ,1="PEP_E" ,2="NEP_E" ,3="Lag_E" ,4="PEP_h"},ServerAction "ResetDatabase"}
 ];
-- 
GitLab