From f107bea3e880afc28cd0cb92f3dc7e32b116fd09 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 2 Jan 2008 16:41:23 +0000 Subject: [PATCH] Fixed INTENT on METHD variable. --- krylov/mld_krylov_mod.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/krylov/mld_krylov_mod.f90 b/krylov/mld_krylov_mod.f90 index d9d3e623..d7e1061f 100644 --- a/krylov/mld_krylov_mod.f90 +++ b/krylov/mld_krylov_mod.f90 @@ -311,7 +311,7 @@ contains use psb_prec_mod ! Arguments - character(len=*) :: method + character(len=*), intent(in) :: method Type(psb_dspmat_type), Intent(in) :: a Type(psb_desc_type), Intent(in) :: desc_a type(psb_dprec_type), intent(in) :: prec @@ -385,7 +385,7 @@ contains use psb_prec_mod ! Arguments - character(len=*) :: method + character(len=*), intent(in) :: method Type(psb_zspmat_type), Intent(in) :: a Type(psb_desc_type), Intent(in) :: desc_a type(psb_zprec_type), intent(in) :: prec