Skip to content
Snippets Groups Projects
Commit c7d29752 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

define TETLIBRARY to avoid exit()

parent 85edf9d1
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ static double orient4d(double*, double *, double *, double *, double *, ...@@ -89,6 +89,7 @@ static double orient4d(double*, double *, double *, double *, double *,
double, double, double, double, double){ return 0.; } double, double, double, double, double){ return 0.; }
static int clock(){ return 0; } static int clock(){ return 0; }
#define clock_t int #define clock_t int
#define TETLIBRARY
#include "tetgenBR.h" #include "tetgenBR.h"
#include "tetgenBR.cxx" #include "tetgenBR.cxx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment