From e3a8431a4aae2f332504627c149f5474b40a974b Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 17 Dec 2008 16:04:21 +0000 Subject: found one bug in the previous ++ changes --- Eigen/src/Core/CommaInitializer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Eigen/src/Core/CommaInitializer.h') diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h index 178f5ea0f..ed28e0ca3 100644 --- a/Eigen/src/Core/CommaInitializer.h +++ b/Eigen/src/Core/CommaInitializer.h @@ -27,13 +27,13 @@ #define EIGEN_COMMAINITIALIZER_H /** \class CommaInitializer - * + * * \brief Helper class used by the comma initializer operator * * This class is internally used to implement the comma initializer feature. It is * the return type of MatrixBase::operator<<, and most of the time this is the only * way it is used. - * + * * \sa \ref MatrixBaseCommaInitRef "MatrixBase::operator<<", CommaInitializer::finished() */ template @@ -67,7 +67,7 @@ struct CommaInitializer ei_assert(m_col -- cgit v1.2.3