@ -386,6 +386,7 @@ contains
end subroutine psb_c_prec_free
function psb_cprec_sizeof(prec, global) result(val)
use psb_base_mod, only : psb_sum
implicit none
class(psb_cprec_type), intent(in) :: prec
logical, intent(in), optional :: global
end subroutine psb_d_prec_free
function psb_dprec_sizeof(prec, global) result(val)
class(psb_dprec_type), intent(in) :: prec
end subroutine psb_s_prec_free
function psb_sprec_sizeof(prec, global) result(val)
class(psb_sprec_type), intent(in) :: prec
end subroutine psb_z_prec_free
function psb_zprec_sizeof(prec, global) result(val)
class(psb_zprec_type), intent(in) :: prec