Skip to content
Snippets Groups Projects
Commit 5e270ab2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

I would not deprecate the Periodic syntax with explicit transformation!

parent ff440eb1
No related branches found
No related tags found
No related merge requests found
...@@ -4627,7 +4627,6 @@ Constraints : ...@@ -4627,7 +4627,6 @@ Constraints :
"slave (%d) edges", List_Nbr($10), List_Nbr($5)); "slave (%d) edges", List_Nbr($10), List_Nbr($5));
} }
else{ else{
Msg::Warning("This syntax is deprecated\n Use \"Periodic Surface { List } = { List } Translate { dx , dy , dz } ;\"");
int j_master = (int)$8; int j_master = (int)$8;
int j_slave = (int)$3; int j_slave = (int)$3;
std::map<int,int> edgeCounterParts; std::map<int,int> edgeCounterParts;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment