|
|
|
@ -340,7 +340,7 @@ Module psb_tools_mod
|
|
|
|
|
integer, intent(in) :: novr
|
|
|
|
|
Type(psb_dspmat_type), Intent(in) :: a
|
|
|
|
|
Type(psb_desc_type), Intent(in) :: desc_a
|
|
|
|
|
Type(psb_desc_type), Intent(inout) :: desc_ov
|
|
|
|
|
Type(psb_desc_type), Intent(out) :: desc_ov
|
|
|
|
|
integer, intent(out) :: info
|
|
|
|
|
integer, intent(in),optional :: extype
|
|
|
|
|
end Subroutine psb_dcdovr
|
|
|
|
@ -350,7 +350,7 @@ Module psb_tools_mod
|
|
|
|
|
integer, intent(in) :: novr
|
|
|
|
|
Type(psb_zspmat_type), Intent(in) :: a
|
|
|
|
|
Type(psb_desc_type), Intent(in) :: desc_a
|
|
|
|
|
Type(psb_desc_type), Intent(inout) :: desc_ov
|
|
|
|
|
Type(psb_desc_type), Intent(out) :: desc_ov
|
|
|
|
|
integer, intent(out) :: info
|
|
|
|
|
integer, intent(in),optional :: extype
|
|
|
|
|
end Subroutine psb_zcdovr
|
|
|
|
|