From d0b62d1e1db45074ca56de60a1254c1e22ad3235 Mon Sep 17 00:00:00 2001
From: ErinKuci <Erin.Kuci@ulg.ac.be>
Date: Mon, 10 Sep 2018 15:34:35 +0200
Subject: [PATCH] give the absolute path instead of a relative path

---
 Lbracket/topo.geo | 2 +-
 Lbracket/topo.pro | 4 ++--
 Team25/shape.pro  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Lbracket/topo.geo b/Lbracket/topo.geo
index 3223466..19e9727 100644
--- a/Lbracket/topo.geo
+++ b/Lbracket/topo.geo
@@ -1,5 +1,5 @@
 mm=1e-3;
-lc=8*mm;
+lc=7*mm;
 
 Point(1) = {0, 0, 0, lc};
 Point(2) = {600*mm, 0, 0, lc};
diff --git a/Lbracket/topo.pro b/Lbracket/topo.pro
index 0b67298..de76b4f 100644
--- a/Lbracket/topo.pro
+++ b/Lbracket/topo.pro
@@ -1,10 +1,10 @@
 Struct OPT::YOUNG_LAW [ Enum, simp, modifiedSimp, ramp, none];
 
 DefineConstant [
-  Opt_ResDir = "res_opt/"
+  Opt_ResDir = StrCat[CurrentDir,"res_opt/"]
   Opt_ResDir_Onelab = "Optimization/Results/"
   densityFieldInit = {0.5, Name "Optimization/3Density/0Inital value"}
-  Opt_filter_radius = {0.009, Name "Optimization/3Density/2filter radius"}
+  Opt_filter_radius = {0.008, Name "Optimization/3Density/2filter radius"}
   Flag_PrintLevel = {1, Name "General/Verbosity", Visible 1}
   Flag_opt_matlaw = {OPT::YOUNG_LAW.modifiedSimp, 
     Choices {
diff --git a/Team25/shape.pro b/Team25/shape.pro
index dc7f492..61003c9 100644
--- a/Team25/shape.pro
+++ b/Team25/shape.pro
@@ -64,7 +64,7 @@
 */
 
 DefineConstant [
-  Opt_ResDir = "res_opt/"
+  Opt_ResDir = StrCat[CurrentDir,"res_opt/"]
   Opt_ResDir_Onelab = "Optimization/Results/"
   Model_smallAT = {1, Name "Model/Small Ampere-Turn", Choices{0,1}}
   Flag_PrintLevel = 1
-- 
GitLab