diff --git a/MathLib/LinAlg/Lis/LisMatrix.h b/MathLib/LinAlg/Lis/LisMatrix.h index f1582f34678b78b265bf79ee90fe9e8f1658edbf..8bef05f1fd66bcf7c5e24b025998f3ee35ab9f2d 100644 --- a/MathLib/LinAlg/Lis/LisMatrix.h +++ b/MathLib/LinAlg/Lis/LisMatrix.h @@ -95,8 +95,8 @@ public: bool isAssembled() const { return _is_assembled; }; private: - std::size_t _n_rows; - LisOption::MatrixType _mat_type; + std::size_t const _n_rows; + LisOption::MatrixType const _mat_type; LIS_MATRIX _AA; bool _is_assembled; int _is;