From cc990ca2d5204b7da7c2dbff54028e0df2c56351 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 24 Jan 2016 08:00:16 +0000 Subject: [PATCH] --- Mesh/meshGRegion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/meshGRegion.cpp b/Mesh/meshGRegion.cpp index fbb46a1a60..6542f9a54d 100644 --- a/Mesh/meshGRegion.cpp +++ b/Mesh/meshGRegion.cpp @@ -592,7 +592,7 @@ void MeshDelaunayVolumeTetgen(std::vector<GRegion*> ®ions) } // uncomment this to test the new code -#define NEW_CODE +//#define NEW_CODE static void MeshDelaunayVolumeNewCode(std::vector<GRegion*> ®ions) { GRegion *gr = regions[0]; -- GitLab