Fix compilation

(grafted from 7713e20fd2f673091807dd7f5b3864ac8aef17f2
)
This commit is contained in:
Gael Guennebaud 2016-12-27 22:04:58 +01:00
parent ec067ac5e3
commit 3ec11d8f17

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;