diff --git a/libsrc/meshing/improve3.cpp b/libsrc/meshing/improve3.cpp index 7eb121db..03ccc7c6 100644 --- a/libsrc/meshing/improve3.cpp +++ b/libsrc/meshing/improve3.cpp @@ -422,6 +422,8 @@ void MeshOptimize3d :: CombineImprove (Mesh & mesh, static Timer tbad("CalcBad"); // return CombineImproveSequential(mesh, goal); + + mesh.BoundaryEdge (1,2); // ensure the boundary-elements table is built int np = mesh.GetNP(); int ne = mesh.GetNE();