aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/xerbla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blas/xerbla.cpp')
-rw-r--r--blas/xerbla.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/xerbla.cpp b/blas/xerbla.cpp
index ce43d3c38..2e7ad6eff 100644
--- a/blas/xerbla.cpp
+++ b/blas/xerbla.cpp
@@ -9,6 +9,7 @@ extern "C"
int xerbla_(char * msg, int *info, int)
{
std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n";
+ return 0;
}
#ifdef __cplusplus