Skip to content
Snippets Groups Projects
Commit f09127f4 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fixme crash when creating BL with triangles

parent 2f704029
No related branches found
No related tags found
No related merge requests found
...@@ -1381,7 +1381,10 @@ void quadsToTriangles(GFace *gf, double minqual) ...@@ -1381,7 +1381,10 @@ void quadsToTriangles(GFace *gf, double minqual)
gf->triangles.push_back(t22); gf->triangles.push_back(t22);
delete t11; delete t12; delete t11; delete t12;
} }
delete q; delete q; // FIXME this makes gmsh to crash when creating BL with triangles
// quads created in meshGFace.cpp > modifyInitialMeshForTakingIntoAccountBoundaryLayers(..)
// quads deleted here
// quads used in getAllBoundaryLayerVertices(..) => crash
} }
else { else {
qds.push_back(q); qds.push_back(q);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment