@ -200,9 +200,9 @@ contains
subroutine d_apply2v ( prec , x , y , desc_data , info , trans , work )
use psb_sparse_mod
type ( psb_desc_type ) , intent ( in ) :: desc_data
class ( psb_dprec_type ) , intent ( in ) :: prec
real ( psb_dpk_ ) , intent ( in ) :: x ( : )
real ( psb_dpk_ ) , intent ( inout ) :: y ( : )
class ( psb_dprec_type ) , intent ( in ) :: prec
real ( psb_dpk_ ) , intent ( in out ) :: x ( : )
real ( psb_dpk_ ) , intent ( inout ) :: y ( : )
integer , intent ( out ) :: info
character ( len = 1 ) , optional :: trans
real ( psb_dpk_ ) , intent ( inout ) , optional , target :: work ( : )
@ -269,8 +269,8 @@ contains
subroutine d_apply1v ( prec , x , desc_data , info , trans )
use psb_sparse_mod
type ( psb_desc_type ) , intent ( in ) :: desc_data
class ( psb_dprec_type ) , intent ( in ) :: prec
real ( psb_dpk_ ) , intent ( inout ) :: x ( : )
class ( psb_dprec_type ) , intent ( in ) :: prec
real ( psb_dpk_ ) , intent ( inout ) :: x ( : )
integer , intent ( out ) :: info
character ( len = 1 ) , optional :: trans