diff options
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 *); |