From fc7478c04d16b8585d6eaff1ae2f473e247aaf2e Mon Sep 17 00:00:00 2001 From: Gabriel Nützi Date: Fri, 9 Oct 2015 19:10:08 +0200 Subject: name changes 2 user: Gabriel Nützi branch 'default' changed unsupported/Eigen/CXX11/src/Tensor/Tensor.h changed unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h b/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h index 60a6c1469..01aedd3c9 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h @@ -93,15 +93,15 @@ namespace internal{ template EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE - array customIndex2Array(const IndexType & idx, numeric_list) { + array customIndices2Array(const IndexType & idx, numeric_list) { return { idx(Is)... }; } /** Make an array (for index/dimensions) out of a custom index */ template EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE - array customIndex2Array(const IndexType & idx) { - return customIndex2Array(idx, typename gen_numeric_list::type{}); + array customIndices2Array(const IndexType & idx) { + return customIndices2Array(idx, typename gen_numeric_list::type{}); } -- cgit v1.2.3