diff options
author | Gael Guennebaud <g.gael@free.fr> | 2010-07-16 22:27:24 +0200 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2010-07-16 22:27:24 +0200 |
commit | f59226e901c5af32c71d6087c84db8ff968ac413 (patch) | |
tree | e46fa465ae44a8e808c80897d900f19cab60356c /bench/btl | |
parent | 4c19024fbf091fcf6823702263ea36053e82e03f (diff) |
fix compilation of blas lib
Diffstat (limited to 'bench/btl')
-rw-r--r-- | bench/btl/libs/C_BLAS/blas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/libs/C_BLAS/blas.h b/bench/btl/libs/C_BLAS/blas.h index 1da288dd4..07cd9efd2 100644 --- a/bench/btl/libs/C_BLAS/blas.h +++ b/bench/btl/libs/C_BLAS/blas.h @@ -11,7 +11,7 @@ typedef long BLASLONG; typedef unsigned long BLASULONG; #endif -int BLASFUNC(xerbla)(char *, int *info, int); +int BLASFUNC(xerbla)(const char *, int *info, int); float BLASFUNC(sdot) (int *, float *, int *, float *, int *); float BLASFUNC(sdsdot)(int *, float *, float *, int *, float *, int *); |