mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix compilation of blas lib
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user