aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-11-13 19:13:17 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-11-13 19:13:17 -0800
commit1d3c8306f87b284c26180be6eac13dc8d4aa1b52 (patch)
treed1f1c525cc2594e17f222cd40ca7f5c1e9c221cc /unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
parentec785b0180f6cf9355b89d85c53fa18acf83e8a6 (diff)
Fixed compilation errors with clang.
H: Enter commit message. Lines beginning with 'HG:' are removed.
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
index ce916fdfd..0dfb6913b 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
@@ -37,7 +37,6 @@ struct traits<TensorImagePatchOp<Rows, Cols, XprType> > : public traits<XprType>
typedef typename XprTraits::Index Index;
typedef typename XprType::Nested Nested;
typedef typename remove_reference<Nested>::type _Nested;
- static const int NumDimensions = XprTraits::NumDimensions + 1;
};
template<DenseIndex Rows, DenseIndex Cols, typename XprType>