aboutsummaryrefslogtreecommitdiff
path: root/src/fastblas.cpp
diff options
context:
space:
mode:
authorPjotr Prins2018-09-28 09:16:02 +0000
committerPjotr Prins2018-09-28 09:16:02 +0000
commit1fdd4ca1ae891ff9dd3736e6ed94bc01c3423dfd (patch)
tree0f4b79b48c67cbd336bb02145a2b60c65dad8f9f /src/fastblas.cpp
parent8dbe3068953610996c86c765ef141c9f7ba1fbac (diff)
downloadpangemma-1fdd4ca1ae891ff9dd3736e6ed94bc01c3423dfd.tar.gz
Atlas compilation
Diffstat (limited to 'src/fastblas.cpp')
-rw-r--r--src/fastblas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastblas.cpp b/src/fastblas.cpp
index de63e08..b3fcddb 100644
--- a/src/fastblas.cpp
+++ b/src/fastblas.cpp
@@ -23,9 +23,9 @@
#include <cmath>
#include <iomanip>
#include <vector>
-#include <cblas.h>
#include "debug.h"
#include "fastblas.h"
+#include "fastopenblas.h"
#include "mathfunc.h"
#include <string.h>
#include "eigenlib.h"