From 172fed679801219b353bd572ecbf38fded7a2c97 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 24 Jun 2015 13:19:54 +0000
Subject: [PATCH]

---
 benchmarks/2d/periodic_affine.geo           | 2 +-
 benchmarks/2d/periodic_rotation_on_axis.geo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/2d/periodic_affine.geo b/benchmarks/2d/periodic_affine.geo
index 2e9c88f80a..5dcb666390 100644
--- a/benchmarks/2d/periodic_affine.geo
+++ b/benchmarks/2d/periodic_affine.geo
@@ -141,6 +141,6 @@ Volume(195) = {194};
 
 //Conditions maitre-esclave : ici en utilisant une transformation affine explicite
 //---------------------------
-Periodic Surface {168} = {54} Transform Using {1,0,0,0, 0,-1,0,0, 0,0,-1,0, 0,0,0,1};
+Periodic Surface {168} = {54} Using {1,0,0,0, 0,-1,0,0, 0,0,-1,0, 0,0,0,1};
 
 Characteristic Length{13} = 0.02;
diff --git a/benchmarks/2d/periodic_rotation_on_axis.geo b/benchmarks/2d/periodic_rotation_on_axis.geo
index 337da076fc..6c113fcbef 100644
--- a/benchmarks/2d/periodic_rotation_on_axis.geo
+++ b/benchmarks/2d/periodic_rotation_on_axis.geo
@@ -36,7 +36,7 @@ Line Loop(s2b)= {l0, l022b, -l1b, -l011b};
 Ruled Surface(s2b)= {s2b};
 //Plane Surface(s2b)= {s2b};
 
-Periodic Line {l1b, l011b, l022b} = {l1, l011, l022};
+//Periodic Line {l1b, l011b, l022b} = {l1, l011, l022};
 
 // Periodic Surface seems to work properly only with Ruled Surfaces (meshing problem with Plane Surface)
 Periodic Surface s2b {Boundary{Surface{s2b};}} = s2 {Boundary{Surface{s2};}};
-- 
GitLab