|
|
@ -2371,7 +2371,7 @@ subroutine psb_c_csc_clean_zeros(a, info)
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_c_csc_clean_zeros
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_c_csc_clean_zeros
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
class(psb_c_csc_sparse_mat), intent(inout) :: a
|
|
|
|
class(psb_c_csc_sparse_mat), intent(inout) :: a
|
|
|
|
integer(psb_ipk_) :: info
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
!
|
|
|
|
!
|
|
|
|
integer(psb_ipk_) :: i, j, k, nc
|
|
|
|
integer(psb_ipk_) :: i, j, k, nc
|
|
|
|
integer(psb_ipk_), allocatable :: ilcp(:)
|
|
|
|
integer(psb_ipk_), allocatable :: ilcp(:)
|
|
|
@ -4255,7 +4255,7 @@ subroutine psb_lc_csc_clean_zeros(a, info)
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_lc_csc_clean_zeros
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_lc_csc_clean_zeros
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
class(psb_lc_csc_sparse_mat), intent(inout) :: a
|
|
|
|
class(psb_lc_csc_sparse_mat), intent(inout) :: a
|
|
|
|
integer(psb_ipk_) :: info
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
!
|
|
|
|
!
|
|
|
|
integer(psb_lpk_) :: i, j, k, nc
|
|
|
|
integer(psb_lpk_) :: i, j, k, nc
|
|
|
|
integer(psb_lpk_), allocatable :: ilcp(:)
|
|
|
|
integer(psb_lpk_), allocatable :: ilcp(:)
|
|
|
@ -4319,7 +4319,7 @@ subroutine psb_lc_csc_reallocate_nz(nz,a)
|
|
|
|
use psb_realloc_mod
|
|
|
|
use psb_realloc_mod
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_lc_csc_reallocate_nz
|
|
|
|
use psb_c_csc_mat_mod, psb_protect_name => psb_lc_csc_reallocate_nz
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
integer(psb_ipk_), intent(in) :: nz
|
|
|
|
integer(psb_lpk_), intent(in) :: nz
|
|
|
|
class(psb_lc_csc_sparse_mat), intent(inout) :: a
|
|
|
|
class(psb_lc_csc_sparse_mat), intent(inout) :: a
|
|
|
|
integer(psb_ipk_) :: err_act, info, ierr(5)
|
|
|
|
integer(psb_ipk_) :: err_act, info, ierr(5)
|
|
|
|
character(len=20) :: name='lc_csc_reallocate_nz'
|
|
|
|
character(len=20) :: name='lc_csc_reallocate_nz'
|
|
|
|