From f4bb3e51547f9a9572aa29c024cc0e432a11f1dd Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 Mar 2016 10:43:39 +0000 Subject: [PATCH] fix --- Mesh/meshGRegion.cpp | 2 +- Mesh/meshGRegionBoundaryRecovery.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index a57c1bdb5b..17f41d8c0a 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -603,7 +603,7 @@ static void MeshDelaunayVolumeNewCode(std::vector<GRegion*> ®ions) gr->set(faces); // now do insertion of points -#if 0 +#if 1 insertVerticesInRegion(gr, 2000000000, true); #else void edgeBasedRefinement(const int numThreads, diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 2928514508..aa04ce938b 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -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" -- GitLab