I have successfully built the library, and generated a tet mesh using the executable, but when trying to integrate tetwild in to my code with #include <tetwild\tetwild.h> i am getting the following error:
Abnormal program termination: received signal 11 (SIGSEGV)
Hi,
I have successfully built the library, and generated a tet mesh using the executable, but when trying to integrate tetwild in to my code with #include <tetwild\tetwild.h> i am getting the following error:
Abnormal program termination: received signal 11 (SIGSEGV)
the relevant minimal code snippet is:
I know that cutV and cutF are fine.
I am including the following libraries:
fmt.lib geogram.lib pymesh_tiny.lib tetwild.lib
What am I doing wrong?