Skip to content
Snippets Groups Projects
Commit 1cdcd6c3 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

Qualify const LisMatrix class attributes.

parent b8256532
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment