From 2fc5f90ea09dff1d576fc43f5de3a500100c0730 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Mon, 25 Nov 2019 21:47:09 +0100
Subject: [PATCH] testlink facets

---
 DiffractionGratings/grating3D.geo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DiffractionGratings/grating3D.geo b/DiffractionGratings/grating3D.geo
index 690b336..fd2c52a 100644
--- a/DiffractionGratings/grating3D.geo
+++ b/DiffractionGratings/grating3D.geo
@@ -201,8 +201,8 @@ EndFor
 list_lc(7) = lc_PML;
 list_lc(8) = lc_scat;
 
-// This helps meshing: The default behavior of the PointsOf techinque
-// overides points belonging to several domains
+// This helps meshing: The default behavior of the PointsOf technique
+// overides points belonging to several domains (by order of call of Characteristic Length)
 If (tag_geom==7)
   meshing_sequence() = {1,8,2,3,5,6,7,4,9};
 Else
-- 
GitLab