diff --git a/libsrc/meshing/delaunay.cpp b/libsrc/meshing/delaunay.cpp index ad8fe9ef..cc850219 100644 --- a/libsrc/meshing/delaunay.cpp +++ b/libsrc/meshing/delaunay.cpp @@ -282,8 +282,8 @@ namespace netgen } }; - // typedef BoxTree<3> DTREE; - typedef DelaunayTree<3> DTREE; + typedef BoxTree<3> DTREE; + // typedef DelaunayTree<3> DTREE; static const int deltetfaces[][3] = { { 1, 2, 3 },