aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-12-27 22:04:58 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-12-27 22:04:58 +0100
commit7713e20fd2f673091807dd7f5b3864ac8aef17f2 (patch)
tree8e00adb4d74b24000a726e386438748cb794ec91
parentab69a7f6d19b22a98bbb3bef2f0567d20204b0a0 (diff)
Fix compilation
-rw-r--r--Eigen/src/UmfPackSupport/UmfPackSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/UmfPackSupport/UmfPackSupport.h b/Eigen/src/UmfPackSupport/UmfPackSupport.h
index 3f6333a78..9568cc1d5 100644
--- a/Eigen/src/UmfPackSupport/UmfPackSupport.h
+++ b/Eigen/src/UmfPackSupport/UmfPackSupport.h
@@ -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;