|
|
@ -115,7 +115,7 @@ module mld_z_prec_mod
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
type(psb_zspmat_type), intent(in), target :: a
|
|
|
|
type(psb_zspmat_type), intent(in), target :: a
|
|
|
|
type(psb_desc_type), intent(in), target :: desc_a
|
|
|
|
type(psb_desc_type), intent(in), target :: desc_a
|
|
|
|
type(mld_zprec_type), intent(inout) :: prec
|
|
|
|
type(mld_zprec_type), intent(inout), target :: prec
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
!!$ character, intent(in),optional :: upd
|
|
|
|
!!$ character, intent(in),optional :: upd
|
|
|
|
end subroutine mld_zprecbld
|
|
|
|
end subroutine mld_zprecbld
|
|
|
|