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

@@ -6,7 +6,7 @@ extern "C"
{
#endif
int xerbla_(char * msg, int *info, int)
int xerbla_(const char * msg, int *info, int)
{
std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n";
return 0;