mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 14:40:35 +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 BoxTree<3> DTREE;
|
||||||
typedef DelaunayTree<3> DTREE;
|
// typedef DelaunayTree<3> DTREE;
|
||||||
|
|
||||||
static const int deltetfaces[][3] =
|
static const int deltetfaces[][3] =
|
||||||
{ { 1, 2, 3 },
|
{ { 1, 2, 3 },
|
||||||
|
Loading…
Reference in New Issue
Block a user