You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: