From a6b73230597ae89c9379e1480ac959e5dcf21418 Mon Sep 17 00:00:00 2001
From: Guillaume Demesy <guillaume.demesy@fresnel.fr>
Date: Tue, 26 Nov 2019 11:11:30 +0100
Subject: [PATCH] skew geometry

---
 DiffractionGratings/grating3D.geo | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/DiffractionGratings/grating3D.geo b/DiffractionGratings/grating3D.geo
index 5047c4e..12d1f88 100644
--- a/DiffractionGratings/grating3D.geo
+++ b/DiffractionGratings/grating3D.geo
@@ -112,13 +112,6 @@ If (tag_geom==6)
   Volume(10) = {2};
 EndIf
 
-dyc = period_y*Cos(xsi);
-dys = period_y*Sin(xsi);
-hh_L_7 = PML_bot_hh;
-hh_L_0 = PML_top_hh;
-thick_L_7 = PML_bot;
-thick_L_0 = PML_top;
-
 For k In {7:0:-1}
   If (tag_geom!=6)
     p=newp; l=newl; ll=newll; s=news;
-- 
GitLab