fix compilation of blas lib

This commit is contained in:
Gael Guennebaud
2010-07-16 22:27:24 +02:00
parent 4c19024fbf
commit f59226e901
4 changed files with 98 additions and 88 deletions

View File

@@ -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 *);