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

fix reading of period section in MSH3

parent 97f13753
No related branches found
No related tags found
No related merge requests found
......@@ -430,7 +430,7 @@ int GModel::readMSH(const std::string &name)
}
// $Periodical section
else if(!strncmp(&str[1], "Periodical", 10)) {
else if(!strncmp(&str[1], "Periodic", 8)) {
readMSHPeriodicNodes(fp, this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment