From a6be1952f4d345b10011c605a833e609bcc695e7 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 12 Mar 2014 16:18:34 +0100 Subject: Fix a few regression when moving the flags --- Eigen/src/Core/Matrix.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Eigen/src/Core/Matrix.h') diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index f84db0dc2..cd4913525 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -117,6 +117,9 @@ struct traits > Flags = compute_matrix_flags<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::ret, #ifndef EIGEN_TEST_EVALUATORS CoeffReadCost = NumTraits::ReadCost, +#else + // FIXME, the following flag in only used to define NeedsToAlign in PlainObjectBase + EvaluatorFlags = compute_matrix_evaluator_flags<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::ret, #endif Options = _Options, InnerStrideAtCompileTime = 1, -- cgit v1.2.3