From e946b3221bdbba6fefa60773c5dad5cb070cb0d5 Mon Sep 17 00:00:00 2001 From: Guillaume Demesy <guillaume.demesy@fresnel.fr> Date: Thu, 21 Nov 2019 23:09:46 +0100 Subject: [PATCH] test all --- DiffractionGratings/grating3D_runall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiffractionGratings/grating3D_runall.sh b/DiffractionGratings/grating3D_runall.sh index 6aa7ab8..c7ef996 100644 --- a/DiffractionGratings/grating3D_runall.sh +++ b/DiffractionGratings/grating3D_runall.sh @@ -7,7 +7,7 @@ done for t in bisin checker halfellipsoid hole pyramid torus 2Dlamellar do - # $GMSHDIR/gmsh grating3D.geo -setstring test_case $t res3D_$t/*.pos & + $GMSHDIR/gmsh grating3D.geo -setstring test_case $t res3D_$t/*.pos & echo "\n"$t python grating3D_postplot.py res3D_$t/ done \ No newline at end of file -- GitLab