Skip to content
Snippets Groups Projects
Commit a13aa57c authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

oups

parent 3cd581ee
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,7 @@ void meshGFaceBamg(GFace *gf){ ...@@ -180,7 +180,7 @@ void meshGFaceBamg(GFace *gf){
Mesh2 *bamgMesh = new Mesh2 (all.size(), gf->triangles.size(), numEdges, Mesh2 *bamgMesh = new Mesh2 (all.size(), gf->triangles.size(), numEdges,
bamgVertices, bamgTriangles, bamgBoundary); bamgVertices, bamgTriangles, bamgBoundary);
MElementOctree *_octree ; MElementOctree *_octree = NULL;
if (hasCompounds){ if (hasCompounds){
_octree = new MElementOctree(myParamElems); _octree = new MElementOctree(myParamElems);
// //EMI PRINT TRIS // //EMI PRINT TRIS
......
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