aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_simplex.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-20 17:07:25 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-20 17:07:25 +0200
commite8810fbc6194b56afbf9bac631b6e78ae3b92fb5 (patch)
tree42df5094d677d05cb18f2fb28a83a81907e97bf2 /include/gensvm_simplex.h
parentIgnore coverage dir (diff)
downloadgensvm-e8810fbc6194b56afbf9bac631b6e78ae3b92fb5.tar.gz
gensvm-e8810fbc6194b56afbf9bac631b6e78ae3b92fb5.zip
Change globals.h to gensvm_globals.h
Conformity!
Diffstat (limited to 'include/gensvm_simplex.h')
-rw-r--r--include/gensvm_simplex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_simplex.h b/include/gensvm_simplex.h
index 9bb40b1..d774afa 100644
--- a/include/gensvm_simplex.h
+++ b/include/gensvm_simplex.h
@@ -10,7 +10,7 @@
#define GENSVM_SIMPLEX_H
// includes
-#include "globals.h"
+#include "gensvm_globals.h"
// forward declarations
void gensvm_simplex(long K, double *U);