@ -427,6 +427,7 @@ contains
logical, intent(in), optional :: clear
logical :: clear_
info = 0
if (present(clear)) then
clear_ = clear
else
@ -2728,6 +2729,7 @@ contains
class(psb_c_base_multivect_type), intent(out) :: x
integer(psb_ipk_), intent(out) :: info
if (allocated(x%v)) then
call x%sync()
x%v(:,:) = czero
@ -434,6 +434,7 @@ contains
@ -2907,6 +2908,7 @@ contains
class(psb_d_base_multivect_type), intent(out) :: x
x%v(:,:) = dzero
@ -360,6 +360,7 @@ contains
@ -1653,6 +1654,7 @@ contains
class(psb_i_base_multivect_type), intent(out) :: x
x%v(:,:) = izero
@ -361,6 +361,7 @@ contains
@ -1654,6 +1655,7 @@ contains
class(psb_l_base_multivect_type), intent(out) :: x
x%v(:,:) = lzero
class(psb_s_base_multivect_type), intent(out) :: x
x%v(:,:) = szero
class(psb_z_base_multivect_type), intent(out) :: x
x%v(:,:) = zzero