From c145ec43879d6b2c513242cce8a8b9435d97969e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 25 Oct 2016 17:18:28 +0000 Subject: [PATCH] TETLIBRARY --- Mesh/meshGRegionBoundaryRecovery.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 5e7e680054..2e4719a6bb 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -89,7 +89,9 @@ static double orient4d(double*, double *, double *, double *, double *, double, double, double, double, double){ return 0.; } static int clock(){ return 0; } #define clock_t int +#if !defined(TETLIBRARY) #define TETLIBRARY +#endif #include "tetgenBR.h" #include "tetgenBR.cxx" -- GitLab