*** empty log message ***

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 031c0a6007
commit 3bf7f8a8f0

@ -461,27 +461,6 @@ Module psb_tools_mod
end subroutine psb_zspasb end subroutine psb_zspasb
end interface end interface
!!$ interface psb_spcnv
!!$ subroutine psb_dspcnv(a,b,desc_a,info)
!!$ use psb_descriptor_type
!!$ use psb_spmat_type
!!$ type(psb_dspmat_type), intent(in) :: a
!!$ type(psb_dspmat_type), intent(out) :: b
!!$ type(psb_desc_type), intent(in) :: desc_a
!!$ integer, intent(out) :: info
!!$ end subroutine psb_dspcnv
!!$ subroutine psb_zspcnv(a,b,desc_a,info)
!!$ use psb_descriptor_type
!!$ use psb_spmat_type
!!$ type(psb_zspmat_type), intent(in) :: a
!!$ type(psb_zspmat_type), intent(out) :: b
!!$ type(psb_desc_type), intent(in) :: desc_a
!!$ integer, intent(out) :: info
!!$ end subroutine psb_zspcnv
!!$ end interface
interface psb_spfree interface psb_spfree
module procedure psb_dsp_free, psb_zsp_free module procedure psb_dsp_free, psb_zsp_free
subroutine psb_dspfree(a, desc_a,info) subroutine psb_dspfree(a, desc_a,info)

Loading…
Cancel
Save