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

no physicals -> save all

parent f05a271c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,8 @@ int GModel::writeCELUM(const std::string &name, bool saveAll,
return 0;
}
if(noPhysicalGroups()) saveAll = true;
// count faces and vertices; the CELUM format duplicates vertices on the
// boundary of CAD patches
int numf = 0, nums = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment