Comment out DelaunayTree

This commit is contained in:
Matthias Hochsteger 2019-10-11 13:47:39 +02:00
parent 77d91d144b
commit 77e536746e

View File

@ -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 },