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

make old code work again

parent c75a2522
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#include <stdio.h>
#include <assert.h>
#include "GmshConfig.h"
#include "meshGRegionBoundaryRecovery.h"
#include "meshGRegionDelaunayInsertion.h"
#include "robustPredicates.h"
......@@ -16,6 +17,16 @@
#include "MTetrahedron.h"
#include "OS.h"
#if defined(HAVE_TETGEN)
bool meshGRegionBoundaryRecovery(GRegion *gr)
{
Msg::Error("Should not call meshGRegionBoundaryRecovery with Tetgen");
return false;
}
#else
#define REAL double
// dummy tetgenio class (not used)
......@@ -857,3 +868,5 @@ bool tetgenmesh::reconstructmesh(void *p)
return returnValue;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment