mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-10 23:21:47 +08:00
Fix compilation
(grafted from 7713e20fd2f673091807dd7f5b3864ac8aef17f2 )
This commit is contained in:
parent
ec067ac5e3
commit
3ec11d8f17
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user