From 8eada499ff34ef4059562ccefba56ac750d0792c Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 17 Dec 2007 12:36:07 +0000 Subject: [PATCH] *** empty log message *** --- base/comm/psb_dscatter.F90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/comm/psb_dscatter.F90 b/base/comm/psb_dscatter.F90 index c34c4744..3fc5aec1 100644 --- a/base/comm/psb_dscatter.F90 +++ b/base/comm/psb_dscatter.F90 @@ -39,7 +39,8 @@ ! locx - real,dimension(:,:). The local piece of the ditributed matrix. ! desc_a - type(). The communication descriptor. ! info - integer. Error code. -! iroot - integer(optional). The process that owns the global matrix. If -1 all +! iroot - integer(optional). The process that owns the global matrix. +! If -1 all ! the processes have a copy. Default -1. ! subroutine psb_dscatterm(globx, locx, desc_a, info, iroot)