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

Comment LisMatrix class attributes 'is' and 'ie'.

parent 1cdcd6c3
No related branches found
No related tags found
No related merge requests found
...@@ -99,8 +99,8 @@ private: ...@@ -99,8 +99,8 @@ private:
LisOption::MatrixType const _mat_type; LisOption::MatrixType const _mat_type;
LIS_MATRIX _AA; LIS_MATRIX _AA;
bool _is_assembled; bool _is_assembled;
int _is; int _is; ///< location where the partial matrix _AA starts in global matrix.
int _ie; int _ie; ///< location where the partial matrix _AA ends in global matrix.
// friend function // friend function
friend bool finalizeMatrixAssembly(LisMatrix &mat); friend bool finalizeMatrixAssembly(LisMatrix &mat);
......
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