From 82bf6df99273b35c0dcbc2cb6b34e5a2f4b0f3df Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Sat, 4 Oct 2008 17:08:41 +0000 Subject: [PATCH] mld2p4: fixed comments about type definition. --- mlprec/mld_prec_type.f90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mlprec/mld_prec_type.f90 b/mlprec/mld_prec_type.f90 index 2129bdf3..a062b6c9 100644 --- a/mlprec/mld_prec_type.f90 +++ b/mlprec/mld_prec_type.f90 @@ -147,7 +147,9 @@ module mld_prec_type ! mld_sm_pr_. ! nlaggr - integer, dimension(:), allocatable. ! The number of aggregates (rows of A(ilev)) on the - ! various processes. + ! various processes. + ! map_desc - Stores the mapping between indices from level(ilev-1) to (ilev). + ! Unused at level 1 (finest). ! base_a - type(psb_zspmat_type), pointer. ! Pointer (really a pointer!) to the local part of the base matrix ! of the current level, i.e. A(ilev); so we have a unified treatment