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

no abs() necessary

parent 6df90dd6
Branches
Tags
No related merge requests found
...@@ -175,7 +175,7 @@ int GModel::importGEOInternals() ...@@ -175,7 +175,7 @@ int GModel::importGEOInternals()
if(ge) b[j].push_back(ge); if(ge) b[j].push_back(ge);
} }
} }
f = new GFaceCompound(this, std::abs(s->Num), comp, f = new GFaceCompound(this, s->Num, comp,
b[0], b[1], b[2], b[3], 0, b[0], b[1], b[2], b[3], 0,
s->Num > 0 ? GFaceCompound::HARMONIC : s->Num > 0 ? GFaceCompound::HARMONIC :
GFaceCompound::CONFORMAL); GFaceCompound::CONFORMAL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment