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

fix

parent 827988d9
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,7 @@ static void MeshDelaunayVolumeNewCode(std::vector<GRegion*> &regions)
gr->set(faces);
// now do insertion of points
#if 0
#if 1
insertVerticesInRegion(gr, 2000000000, true);
#else
void edgeBasedRefinement(const int numThreads,
......
......@@ -80,7 +80,8 @@ public:
#define orient3d robustPredicates::orient3d
#define insphere robustPredicates::insphere
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; }
#define clock_t int
#include "tetgenBR.h"
#include "tetgenBR.cxx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment