mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Comment out DelaunayTree
This commit is contained in:
parent
77d91d144b
commit
77e536746e
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user