From 5f582aa4e87ff9f6a45ffee065623bb920e02ee4 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Wed, 17 Dec 2008 17:14:37 +0000 Subject: [PATCH] fix bad typos, thanks to Kenneth Riddile --- Eigen/src/Geometry/Hyperplane.h | 2 +- Eigen/src/Sparse/SparseMatrix.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Eigen/src/Geometry/Hyperplane.h b/Eigen/src/Geometry/Hyperplane.h index 5171f9ae4..98611d146 100644 --- a/Eigen/src/Geometry/Hyperplane.h +++ b/Eigen/src/Geometry/Hyperplane.h @@ -70,7 +70,7 @@ public: /** Construct a plane from its normal \a n and a point \a e onto the plane. * \warning the vector normal is assumed to be normalized. */ - inline Hyperplane(const VectorType& n, const VectorType e) + inline Hyperplane(const VectorType& n, const VectorType& e) : m_coeffs(n.size()+1) { normal() = n; diff --git a/Eigen/src/Sparse/SparseMatrix.h b/Eigen/src/Sparse/SparseMatrix.h index 8abe96e6d..d58d910e8 100644 --- a/Eigen/src/Sparse/SparseMatrix.h +++ b/Eigen/src/Sparse/SparseMatrix.h @@ -336,14 +336,14 @@ class SparseMatrix { EIGEN_DBG_SPARSE( s << "Nonzero entries:\n"; - for (uint i=0; i