Fix compilation

This commit is contained in:
Gael Guennebaud 2016-12-27 22:04:58 +01:00
parent ab69a7f6d1
commit 7713e20fd2

View File

@ -410,7 +410,7 @@ class UmfPackLU : public SparseSolverBase<UmfPackLU<_MatrixType> >
mutable LUMatrixType m_l;
int m_fact_errorCode;
UmfpackControl m_control;
UmfpackInfo m_umfpackInfo;
mutable UmfpackInfo m_umfpackInfo;
mutable LUMatrixType m_u;
mutable IntColVectorType m_p;