From c2ee454df447f3fc3be505c4c89ecf94140345c3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 19 Jul 2010 16:49:09 +0200 Subject: * fix compilation of mixed scalar product * optimize mixed scalar products --- Eigen/src/Core/util/Macros.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Eigen/src/Core/util/Macros.h') diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 987020e52..7600cc3e7 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -359,10 +359,8 @@ #define EIGEN_CWISE_PRODUCT_RETURN_TYPE(LHS,RHS) \ CwiseBinaryOp< \ ei_scalar_product_op< \ - typename ei_scalar_product_traits< \ typename ei_traits::Scalar, \ typename ei_traits::Scalar \ - >::ReturnType \ >, \ LHS, \ RHS \ -- cgit v1.2.3