Skip to content
Snippets Groups Projects
Commit 7143c942 authored by Koen Hillewaert's avatar Koen Hillewaert
Browse files

bug fix for q=3

parent cb0987e4
Branches
Tags
No related merge requests found
...@@ -628,6 +628,7 @@ void getFaceVertices(GFace *gf, MElement *ele, std::vector<MVertex*> &vf, ...@@ -628,6 +628,7 @@ void getFaceVertices(GFace *gf, MElement *ele, std::vector<MVertex*> &vf,
void reorientTrianglePoints(std::vector<MVertex*>& vtcs,int orientation,bool swap) { void reorientTrianglePoints(std::vector<MVertex*>& vtcs,int orientation,bool swap) {
if (vtcs.size() == 1) return;
size_t nbPts = vtcs.size(); size_t nbPts = vtcs.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment