From 5c0f294098f628439cf9341edb286d92f7fa138b Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 10 Mar 2014 09:28:00 +0100 Subject: Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is defined --- Eigen/src/Core/ProductEvaluators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/ProductEvaluators.h') diff --git a/Eigen/src/Core/ProductEvaluators.h b/Eigen/src/Core/ProductEvaluators.h index 186ae4a34..b16b86d8f 100644 --- a/Eigen/src/Core/ProductEvaluators.h +++ b/Eigen/src/Core/ProductEvaluators.h @@ -304,7 +304,7 @@ struct generic_product_impl template static void scaleAndAddTo(Dest& dst, const Lhs& lhs, const Rhs& rhs, const Scalar& alpha) { - internal::gemv_selector::HasUsableDirectAccess) >::run(lhs, rhs, dst, alpha); -- cgit v1.2.3