Closed jzarl closed 6 years ago
This is because the NO_ACUTE
flag isn't set for the executable projects and so the behavior
and mesh
structs get messed up.
A fix would either be to define the flag for all projects, or remove the #ifndef NO_ACUTE
from the structure definitions.
You're right - I've fixed my build to set NO_ACUTE
properly in all places and the problem is gone now…
When building without acute, I get the following segfault when executing triangle-test:
Note: in order to pass
test_behavior_parse
I commented out the following line from tests.c: