From 6a44ccb58b81771cc8438af20e5bf44de3d8c932 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 22 Jan 2016 15:03:53 +0100 Subject: Backout changeset 690bc950f70c61075d396671e63480bbd64bb297 --- unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h index 7d0858d02..70282dd83 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h @@ -73,7 +73,7 @@ class TensorFixedSize : public TensorBase{firstIndex, otherIndices...}); + return coeff(array{{firstIndex, otherIndices...}}); } #endif @@ -105,7 +105,7 @@ class TensorFixedSize : public TensorBase{firstIndex, otherIndices...}); + return coeffRef(array{{firstIndex, otherIndices...}}); } #endif @@ -137,7 +137,7 @@ class TensorFixedSize : public TensorBaseoperator()(array{firstIndex, otherIndices...}); + return this->operator()(array{{firstIndex, otherIndices...}}); } #endif @@ -176,7 +176,7 @@ class TensorFixedSize : public TensorBase{firstIndex, otherIndices...}); + return operator()(array{{firstIndex, otherIndices...}}); } #endif -- cgit v1.2.3