From a8f5173e4518f1435af93857c0368ef9e5d6bacd Mon Sep 17 00:00:00 2001 From: Sebastien Blaise <sebastien.blaise@uclouvain.be> Date: Thu, 22 Oct 2015 08:22:10 +0000 Subject: [PATCH] meshOptimizer: quick bugfix --- contrib/MeshOptimizer/MeshOptCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/MeshOptimizer/MeshOptCommon.h b/contrib/MeshOptimizer/MeshOptCommon.h index 232fd359c2..948f1bd897 100644 --- a/contrib/MeshOptimizer/MeshOptCommon.h +++ b/contrib/MeshOptimizer/MeshOptCommon.h @@ -33,7 +33,7 @@ #include <vector> #include "GmshMessage.h" -#include "MeshOptimizerConfig.h" +//#include "MeshOptimizerConfig.h" class MElement; class GEntity; -- GitLab