From 1d0007fc7d383035351737f855e2c3338e666c36 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 30 Nov 2011 10:31:22 +0000 Subject: [PATCH] *** empty log message *** --- base/modules/psb_base_mat_mod.f90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/modules/psb_base_mat_mod.f90 b/base/modules/psb_base_mat_mod.f90 index b8a8e611..e2084d11 100644 --- a/base/modules/psb_base_mat_mod.f90 +++ b/base/modules/psb_base_mat_mod.f90 @@ -37,7 +37,6 @@ ! type variants, such as number of rows and columns, whether the ! matrix is supposed to be triangular (upper or lower) and with a unit ! (i.e. assumed) diagonal, together with some state variables. This - ! base class is in common among all variants of real/complex, ! short/long precision; as such, it only contains information that is ! inherently integer in nature. @@ -85,7 +84,7 @@ module psb_base_mat_mod ! psb_T_mat_mod ! ! TRIANGLE: is it triangular? - ! UPPER: If it is triangular, is it upper (otherwise lower) + ! UPPER: If it is triangular, is it upper (otherwise lower)? ! UNITD: If it is triangular, is the diagonal assumed to ! be unitary and not stored explicitly? ! SORTED: are the entries guaranteed to be sorted?