Changed interface name to psb_sp_getdiag

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent 827bd1320c
commit 88a13631f5

@ -215,7 +215,7 @@ module psb_serial_mod
end subroutine psb_zcsprt end subroutine psb_zcsprt
end interface end interface
interface psb_spgtdiag interface psb_sp_getdiag
subroutine psb_dspgtdiag(a,d,info) subroutine psb_dspgtdiag(a,d,info)
use psb_spmat_type use psb_spmat_type
type(psb_dspmat_type), intent(in) :: a type(psb_dspmat_type), intent(in) :: a

@ -470,9 +470,9 @@ contains
end if end if
! Get diagonal D ! Get diagonal D
call psb_spgtdiag(a,p%dorig,info) call psb_sp_getdiag(a,p%dorig,info)
if(info /= 0) then if(info /= 0) then
call psb_errpush(4010,name,a_err='spgtdiag') call psb_errpush(4010,name,a_err='sp_getdiag')
goto 9999 goto 9999
end if end if

@ -470,9 +470,9 @@ contains
end if end if
! Get diagonal D ! Get diagonal D
call psb_spgtdiag(a,p%dorig,info) call psb_sp_getdiag(a,p%dorig,info)
if(info /= 0) then if(info /= 0) then
call psb_errpush(4010,name,a_err='spgtdiag') call psb_errpush(4010,name,a_err='sp_getdiag')
goto 9999 goto 9999
end if end if

Loading…
Cancel
Save