From 8469715de93ddecd5df62300296be714fc3dca18 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 14 Nov 2011 15:59:08 +0000 Subject: [PATCH] *** empty log message *** --- mlprec/mld_z_prec_mod.f90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mlprec/mld_z_prec_mod.f90 b/mlprec/mld_z_prec_mod.f90 index 650e1439..12f4a729 100644 --- a/mlprec/mld_z_prec_mod.f90 +++ b/mlprec/mld_z_prec_mod.f90 @@ -113,10 +113,10 @@ module mld_z_prec_mod use psb_base_mod, only : psb_zspmat_type, psb_desc_type, psb_dpk_ use mld_z_prec_type, only : mld_zprec_type implicit none - type(psb_zspmat_type), intent(in), target :: a - type(psb_desc_type), intent(in), target :: desc_a - type(mld_zprec_type), intent(inout) :: prec - integer, intent(out) :: info + type(psb_zspmat_type), intent(in), target :: a + type(psb_desc_type), intent(in), target :: desc_a + type(mld_zprec_type), intent(inout), target :: prec + integer, intent(out) :: info !!$ character, intent(in),optional :: upd end subroutine mld_zprecbld end interface