Deleted empty line of code

This commit is contained in:
Benoit Steiner 2017-04-04 10:05:16 -07:00
parent a5a0c8fac1
commit c302ea7bc4

View File

@ -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;