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

<unistd.h> not available on Windows

parent 4cca60e2
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,6 @@
#include "MeshOptCommon.h"
#include "MeshOpt.h"
#include <unistd.h>
#if defined(HAVE_BFGS)
#include "ap.h"
......@@ -49,7 +47,7 @@
namespace {
void evalObjGradFunc(const alglib::real_1d_array &x, double &Obj,
alglib::real_1d_array &gradObj, void *MOInst)
......
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