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

tentative fix for #255

parent fb21da63
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,10 @@ int GModel::readUNV(const std::string &name)
physicals[dim][elementary][physical] = "unnamed";
}
}
else if(record == 2477){ // groups elements
Msg::Info("Discarding element/node groups: currently still reading physical "
"tags directly from elements");
}
}
}
......@@ -309,8 +313,8 @@ int GModel::writeUNV(const std::string &name, bool saveAll, bool saveGroupsOfNod
fprintf(fp, "\n");
}
}
fprintf(fp, "%6d\n", -1);
}
fprintf(fp, "%6d\n", -1);
fclose(fp);
return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment