aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-12-05 13:51:07 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-12-05 13:51:07 +0100
commit91003f3b8611e7bb417232fb17d8b68d2424793c (patch)
tree5d2ae49752e304b14df591a47d721667122c8e76 /Eigen
parent445c015751ecf1c9a22c9a32a1ceb01e07bb2064 (diff)
typo
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/products/GeneralMatrixVector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h
index ce9fcaf03..41d8242e1 100644
--- a/Eigen/src/Core/products/GeneralMatrixVector.h
+++ b/Eigen/src/Core/products/GeneralMatrixVector.h
@@ -396,7 +396,6 @@ EIGEN_DONT_INLINE void general_matrix_vector_product<Index,LhsScalar,LhsMapper,R
}
res[i*resIncr] += alpha*cc0;
}
-#endif
}
} // end namespace internal