From 951e23843010d8fcd3bd540094baf99a5c8d52ab Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 1 Mar 2011 16:45:46 +0100 Subject: [PATCH] now fixing "unsupported" "legacy" code... --- unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h b/unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h index e8aeafffa..676cd8574 100644 --- a/unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h +++ b/unsupported/Eigen/src/SparseExtra/CholmodSupportLegacy.h @@ -441,7 +441,7 @@ void SparseLDLT<_MatrixType,Cholmod>::compute(const _MatrixType& a) m_cholmod.supernodal = CHOLMOD_SIMPLICIAL; //m_cholmod.supernodal = CHOLMOD_SUPERNODAL; // TODO - if (this->m_flags & Base::IncompleteFactorization) + if (this->m_flags & IncompleteFactorization) { m_cholmod.nmethods = 1; //m_cholmod.method[0].ordering = CHOLMOD_NATURAL;