This commit is contained in:
Gael Guennebaud 2016-12-05 13:51:07 +01:00
parent 445c015751
commit 91003f3b86

View File

@ -396,7 +396,6 @@ EIGEN_DONT_INLINE void general_matrix_vector_product<Index,LhsScalar,LhsMapper,R
} }
res[i*resIncr] += alpha*cc0; res[i*resIncr] += alpha*cc0;
} }
#endif
} }
} // end namespace internal } // end namespace internal