From 82d898083f4783517c8af430c776105a7ac9f8f9 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 9 May 2010 13:20:46 -0400 Subject: fix compilation error thanks to test case by Trevor Irons, and expand unit test --- Eigen/src/Core/DenseCoeffsBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Eigen/src/Core/DenseCoeffsBase.h') diff --git a/Eigen/src/Core/DenseCoeffsBase.h b/Eigen/src/Core/DenseCoeffsBase.h index d79b5c107..04ae24c7a 100644 --- a/Eigen/src/Core/DenseCoeffsBase.h +++ b/Eigen/src/Core/DenseCoeffsBase.h @@ -22,8 +22,8 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . -#ifndef EIGEN_COEFFS_H -#define EIGEN_COEFFS_H +#ifndef EIGEN_DENSECOEFFSBASE_H +#define EIGEN_DENSECOEFFSBASE_H template class DenseCoeffsBase : public EigenBase @@ -599,4 +599,4 @@ struct ei_outer_stride_at_compile_time enum { ret = 0 }; }; -#endif // EIGEN_COEFFS_H +#endif // EIGEN_DENSECOEFFSBASE_H -- cgit v1.2.3