aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 11:00:31 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 11:00:31 +0100
commitb3e43246bc3f1e73ffe83af546b173ba7bd76a43 (patch)
tree11131eb0891508c3668ac47e953356211333ffd8 /blas
parentf9da1ccc3b0140450b6a8615d4a7449fc73d92c6 (diff)
BTL: add a Eigen-blas backend
Diffstat (limited to 'blas')
-rw-r--r--blas/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/common.h b/blas/common.h
index ed93642f9..f9690503b 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -37,7 +37,7 @@ extern "C"
{
#endif
-#include "../bench/btl/libs/C_BLAS/blas.h"
+#include "../bench/btl/libs/BLAS/blas.h"
#ifdef __cplusplus
}