Merged changes from trunk for multilevel.

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 6dab2c3ab0
commit 28c6aaf358

@ -381,7 +381,7 @@ contains
subroutine jad_dspgtblk(irw,a,b,append,iren,lrw)
type(psb_dspmat_type), intent(in) :: a
type(psb_dspmat_type), intent(in), target :: a
integer :: irw
type(psb_dspmat_type), intent(inout) :: b
logical, intent(in) :: append

@ -382,7 +382,7 @@ contains
subroutine jad_zspgtblk(irw,a,b,append,iren,lrw)
type(psb_zspmat_type), intent(in) :: a
type(psb_zspmat_type), intent(in),target :: a
integer :: irw
type(psb_zspmat_type), intent(inout) :: b
logical, intent(in) :: append

Loading…
Cancel
Save