Tetgen 1.5.1

- Version from www.wias-berlin.de / tetgen.org
- Identical with source code on https://github.com/ufz/tetgen
This commit is contained in:
Hang Si
2018-08-17 14:56:00 +02:00
committed by Juergen Fuhrmann
parent fb980e929a
commit c19a85f138
4 changed files with 3436 additions and 2060 deletions

View File

@@ -629,10 +629,6 @@ void exactinit(int verbose, int noexact, int nofilter, REAL maxx, REAL maxy,
// Added by H. Si, 2012-08-23.
// Sort maxx < maxy < maxz. Re-use 'half' for swapping.
assert(maxx > 0);
assert(maxy > 0);
assert(maxz > 0);
if (maxx > maxz) {
half = maxx; maxx = maxz; maxz = half;
}