aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2017-04-04 10:05:16 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2017-04-04 10:05:16 -0700
commitc302ea7bc417ef479626266e15bff59a805e305f (patch)
tree4385306181c4f0506dc5d00c4cf2906a65993783 /unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h
parenta5a0c8fac1d86b61501199c79d4cde36f9e22305 (diff)
Deleted empty line of code
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h1
1 files changed, 0 insertions, 1 deletions
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<const TensorVolumePatchOp<Planes, Rows, Cols, ArgType>, 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;