aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2017-08-02 09:50:18 +0000
committerPjotr Prins2017-08-02 09:50:18 +0000
commit1e49e7a27d0f4b811a87c64db1e875779766f6b0 (patch)
tree8f7581bec20eb815848d02f926cb949ed038008b /src
parent3935ba39d30666dd7d4a831155631847c77b70c4 (diff)
downloadpangemma-1e49e7a27d0f4b811a87c64db1e875779766f6b0.tar.gz
Added section on contributing and coding style and fixed compilation
Diffstat (limited to 'src')
-rw-r--r--src/logistic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logistic.cpp b/src/logistic.cpp
index 2308de7..2dd0402 100644
--- a/src/logistic.cpp
+++ b/src/logistic.cpp
@@ -1,4 +1,3 @@
-#include "logistic.h"
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_multimin.h>
@@ -7,6 +6,8 @@
#include <math.h>
#include <stdio.h>
+#include "logistic.h"
+
// I need to bundle all the data that goes to the function to optimze
// together.
typedef struct {