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

fix compile

parent 60897511
No related branches found
No related tags found
No related merge requests found
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment