From 86256846a7f4c15ecb74ce4b09a04c80ca00b333 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 12 Oct 2007 16:27:53 +0000 Subject: [PATCH] *** empty log message *** --- base/modules/psb_desc_type.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/psb_desc_type.f90 b/base/modules/psb_desc_type.f90 index ebd80e4e..df82d42c 100644 --- a/base/modules/psb_desc_type.f90 +++ b/base/modules/psb_desc_type.f90 @@ -200,7 +200,7 @@ module psb_descriptor_type ! 8. When the descriptor is in the BLD state the INDEX vectors contains only ! the indices to be received, organized as a sequence ! of entries of the form (proc,N,(lx1,lx2,...,lxn)) with owning process, - ! number of indices (most often N=1), list of local indices. + ! number of indices (most often but not necessarily N=1), list of local indices. ! This is because we only know the list of halo indices to be received ! as we go about building the sparse matrix pattern, and we want the build ! phase to be loosely synchronized. Thus we record the indices we have to ask