From c302ea7bc417ef479626266e15bff59a805e305f Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 4 Apr 2017 10:05:16 -0700 Subject: [PATCH] Deleted empty line of code --- unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h b/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h index f7b28cf66..b0f970ae6 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h @@ -359,7 +359,6 @@ struct TensorEvaluator, D EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff(Index index) const { - // Patch index corresponding to the passed in index. const Index patchIndex = index / m_fastPatchStride;