From 77e536746e5627e68e96c03eb403ea9dfc059faf Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Fri, 11 Oct 2019 13:47:39 +0200 Subject: [PATCH] Comment out DelaunayTree --- libsrc/meshing/delaunay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },