From 15e0680558aba6eefe66fa051927c769e4d1a4a0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 16 Sep 2011 06:16:31 +0000 Subject: [PATCH] fix compile --- Mesh/Levy3D.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index 5231b135b6..7cb987009d 100755 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,3 +1,7 @@ +#include "GmshConfig.h" + +#if defined(HAVE_BFGS) + #include "Levy3D.h" #include "polynomialBasis.h" #include "Gauss.h" @@ -1107,3 +1111,5 @@ void call_back(const alglib::real_1d_array& x,double& func,alglib::real_1d_array grad[0] = -2.0*(3.0-x[0]); grad[1] = -2.0*(4.0-x[1]); } + +#endif -- GitLab