aboutsummaryrefslogtreecommitdiffstats
path: root/methods
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-02-26 14:30:30 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2010-02-26 14:30:30 +0000
commitb964925cbc2b24a3cd8c1d92e32d94b8520fd3b1 (patch)
treee5381a15dd5035e96b3c1c7dd9c8244128964941 /methods
parentdb1d374b7a24b8f3f74e17d706704d93f1e66d90 (diff)
downloadopt-utilities-b964925cbc2b24a3cd8c1d92e32d94b8520fd3b1.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@111 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'methods')
-rw-r--r--methods/gsl_simplex/gsl_simplex.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/gsl_simplex/gsl_simplex.hpp b/methods/gsl_simplex/gsl_simplex.hpp
index 5297e7a..232474c 100644
--- a/methods/gsl_simplex/gsl_simplex.hpp
+++ b/methods/gsl_simplex/gsl_simplex.hpp
@@ -12,7 +12,7 @@
#include <cassert>
#include <cmath>
#include <algorithm>
-#include <gsl_multimin.h>
+#include <gsl/gsl_multimin.h>
#include <iostream>