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

temp fix so that CreateTopology does not destroy MaxVolumeNum

parent dd915654
Branches
Tags
No related merge requests found
...@@ -48,7 +48,7 @@ int GModel::readGEO(const std::string &name) ...@@ -48,7 +48,7 @@ int GModel::readGEO(const std::string &name)
int GModel::exportDiscreteGEOInternals() int GModel::exportDiscreteGEOInternals()
{ {
int maxv = 1; int maxv = 1; // FIXME: temporary - see TODO below
if(_geo_internals){ if(_geo_internals){
maxv = _geo_internals->MaxVolumeNum; maxv = _geo_internals->MaxVolumeNum;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment