diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index 2d6b3d85b..fad1e305d 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -201,7 +201,7 @@ template class MatrixBase /** \internal the return type of coeff() */ - typedef typename ei_meta_if::ret CoeffReturnType; + typedef typename ei_meta_if::ret CoeffReturnType; /** \internal Represents a matrix with all coefficients equal to one another*/ typedef CwiseNullaryOp,Derived> ConstantReturnType;