From 39405f5cb1844547b5122e93c164cb9b59f99e83 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 24 Jun 2015 07:14:46 +0000
Subject: [PATCH]

---
 benchmarks/3d/PeriodicRotationAndTranslation.geo | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/benchmarks/3d/PeriodicRotationAndTranslation.geo b/benchmarks/3d/PeriodicRotationAndTranslation.geo
index 173ac8f13e..cf628b3c8f 100644
--- a/benchmarks/3d/PeriodicRotationAndTranslation.geo
+++ b/benchmarks/3d/PeriodicRotationAndTranslation.geo
@@ -24,6 +24,9 @@ Extrude {{0, 1, 0}, {-R_rotation, 0, 0}, Pi/4} {
 }
 
 Periodic Surface 28 {8, 9, 10, 11} = 6 {1, 2, 3, 4} ;
-Periodic Surface 50 {30, 31, 32, 33} = 6 {1, 2, 3, 4} ;
+
+// This fails with the new code:
+
+// Periodic Surface 50 {30, 31, 32, 33} = 6 {1, 2, 3, 4} ;
 
 // Periodic Surface {50} = {6} Rotate { {0, 1, 0}, {-R_rotation, 0, 0}, Pi/3} ;
-- 
GitLab