From 96b4da893250299d0e9bda0d4390738705152ec4 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 2 Oct 2013 09:32:42 +0000 Subject: [PATCH] *** empty log message *** --- base/modules/psb_indx_map_mod.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/psb_indx_map_mod.f90 b/base/modules/psb_indx_map_mod.f90 index be3553b0..ebebba42 100644 --- a/base/modules/psb_indx_map_mod.f90 +++ b/base/modules/psb_indx_map_mod.f90 @@ -75,7 +75,7 @@ module psb_indx_map_mod !! !! 1. Each global index I is owned by at least one process; !! - !! 2. On each process, indices from 1 to N_ROW (desc%get_local_rows()) + !! 2. On each process, indices from 1 to N_ROW (desc%indxmap%get_lr()) !! are locally owned; the value of N_ROW can be determined upon allocation !! based on the index distribution (see also the interface to CDALL). !!