From c8da5d5f6db8397e862ced5fe350865df6667438 Mon Sep 17 00:00:00 2001
From: Dmitrij Naumov <dmitrij@naumov.de>
Date: Sun, 14 Jul 2013 23:51:27 +0200
Subject: [PATCH] Comment LisMatrix class attributes 'is' and 'ie'.

---
 MathLib/LinAlg/Lis/LisMatrix.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MathLib/LinAlg/Lis/LisMatrix.h b/MathLib/LinAlg/Lis/LisMatrix.h
index 8bef05f1fd6..b6a61662ed0 100644
--- a/MathLib/LinAlg/Lis/LisMatrix.h
+++ b/MathLib/LinAlg/Lis/LisMatrix.h
@@ -99,8 +99,8 @@ private:
     LisOption::MatrixType const _mat_type;
     LIS_MATRIX _AA;
     bool _is_assembled;
-    int _is;
-    int _ie;
+    int _is;	///< location where the partial matrix _AA starts in global matrix.
+    int _ie;	///< location where the partial matrix _AA ends in global matrix.
 
     // friend function
     friend bool finalizeMatrixAssembly(LisMatrix &mat);
-- 
GitLab