Skip to content
Snippets Groups Projects
Commit 7971b1bc authored by Koen Hillewaert's avatar Koen Hillewaert
Browse files

filter the old Argo convention for the periodic section

parent d20e2885
No related branches found
No related tags found
No related merge requests found
......@@ -707,7 +707,7 @@ int GModel::_readMSH2(const std::string &name)
if(feof(fp))
break;
if(!strncmp(&str[1], "Periodic",8) && strlen(&str[1]) == 8) {
if(!strncmp(&str[1], "Periodic",8) && strncmp(&str[1],"PeriodicNodes",13)) {
readMSHPeriodicNodes(fp,this);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment