From cf7eaed38db25c5205f6aabfd4e96e774fd98af5 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 25 Apr 2014 11:04:02 +0200 Subject: Avoid blocking-size mismatch in unit tests calling Eigen's blas interface. --- test/umfpack_support.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/umfpack_support.cpp') diff --git a/test/umfpack_support.cpp b/test/umfpack_support.cpp index 9eb84c14b..37ab11f0b 100644 --- a/test/umfpack_support.cpp +++ b/test/umfpack_support.cpp @@ -7,6 +7,7 @@ // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. +#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS #include "sparse_solver.h" #include -- cgit v1.2.3