|
|
|
@ -537,7 +537,6 @@ subroutine psb_c_coo_reinit(a,clear)
|
|
|
|
if (a%is_dev()) call a%sync()
|
|
|
|
if (a%is_dev()) call a%sync()
|
|
|
|
if (a%is_bld() .or. a%is_upd()) then
|
|
|
|
if (a%is_bld() .or. a%is_upd()) then
|
|
|
|
! do nothing
|
|
|
|
! do nothing
|
|
|
|
return
|
|
|
|
|
|
|
|
else if (a%is_asb()) then
|
|
|
|
else if (a%is_asb()) then
|
|
|
|
if (clear_) a%val(:) = czero
|
|
|
|
if (clear_) a%val(:) = czero
|
|
|
|
call a%set_host()
|
|
|
|
call a%set_host()
|
|
|
|
|