From aa664eabb912a1b96e417e9a8d9c98f423b7fc23 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 10 Jun 2014 10:31:29 -0700 Subject: Fixed a few compilation errors. --- unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h index a554b8260..c4cfe0cd8 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h @@ -100,7 +100,7 @@ struct TensorEvaluator XprType; static const int NumDims = TensorEvaluator::Dimensions::count; - static const int KernelDims = Indices::size; + static const int KernelDims = internal::array_size::value; typedef typename XprType::Index Index; typedef DSizes Dimensions; -- cgit v1.2.3