From 5e270ab29ee11c4593ddda826a9ef66b8dc70dbb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 19 May 2016 13:58:23 +0000
Subject: [PATCH] I would not deprecate the Periodic syntax with explicit
 transformation!

---
 Parser/Gmsh.y | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y
index 3abe92aefc..0a1ad9c387 100644
--- a/Parser/Gmsh.y
+++ b/Parser/Gmsh.y
@@ -4627,7 +4627,6 @@ Constraints :
               "slave (%d) edges", List_Nbr($10), List_Nbr($5));
       }
       else{
-	Msg::Warning("This syntax is deprecated\n Use \"Periodic Surface { List } = { List } Translate { dx , dy , dz } ;\"");
         int j_master = (int)$8;
         int j_slave = (int)$3;
         std::map<int,int> edgeCounterParts;
-- 
GitLab