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

fix compile

parent f49d58e8
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
// bugs and problems to the public mailing list <gmsh@onelab.info>. // bugs and problems to the public mailing list <gmsh@onelab.info>.
#include <stdio.h> #include <stdio.h>
#include <string.h>
#include <assert.h> #include <assert.h>
#include "GmshConfig.h" #include "GmshConfig.h"
#include "meshGRegionBoundaryRecovery.h" #include "meshGRegionBoundaryRecovery.h"
...@@ -17,7 +18,6 @@ ...@@ -17,7 +18,6 @@
#include "MTetrahedron.h" #include "MTetrahedron.h"
#include "Context.h" #include "Context.h"
#include "OS.h" #include "OS.h"
#include <string.h>
namespace tetgenBR namespace tetgenBR
{ {
...@@ -81,7 +81,7 @@ public: ...@@ -81,7 +81,7 @@ public:
#define insphere robustPredicates::insphere #define insphere robustPredicates::insphere
static double orient4d(double*, double *, double *, double *, double *, static double orient4d(double*, double *, double *, double *, double *,
double, double, double, double, double){ return 0.; } double, double, double, double, double){ return 0.; }
#define clock_t int
#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.
Finish editing this message first!
Please register or to comment