|
|
@ -227,9 +227,9 @@ Module psb_c_tools_mod
|
|
|
|
& psb_c_base_vect_type, psb_c_vect_type, &
|
|
|
|
& psb_c_base_vect_type, psb_c_vect_type, &
|
|
|
|
& psb_cspmat_type, psb_c_base_sparse_mat
|
|
|
|
& psb_cspmat_type, psb_c_base_sparse_mat
|
|
|
|
integer(psb_ipk_), intent(in) :: novr
|
|
|
|
integer(psb_ipk_), intent(in) :: novr
|
|
|
|
Type(psb_cspmat_type), Intent(inout) :: a
|
|
|
|
Type(psb_cspmat_type), Intent(in) :: a
|
|
|
|
Type(psb_desc_type), Intent(in), target :: desc_a
|
|
|
|
Type(psb_desc_type), Intent(inout), target :: desc_a
|
|
|
|
Type(psb_desc_type), Intent(out) :: desc_ov
|
|
|
|
Type(psb_desc_type), Intent(out) :: desc_ov
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
integer(psb_ipk_), intent(in),optional :: extype
|
|
|
|
integer(psb_ipk_), intent(in),optional :: extype
|
|
|
|
end Subroutine psb_ccdbldext
|
|
|
|
end Subroutine psb_ccdbldext
|
|
|
|