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

fix crash

parent 621b20aa
Branches
Tags
No related merge requests found
......@@ -140,7 +140,7 @@ void readMSHPeriodicNodes(FILE *fp, GModel *gm)
}
else {
fsetpos(fp, &pos);
s->setMeshMaster(m);
if(completePer) s->setMeshMaster(m);
}
int numv;
if(fscanf(fp, "%d", &numv) != 1) numv = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment