diff --git a/mlprec/mld_dilut_fct.f90 b/mlprec/mld_dilut_fct.f90 index 04ad8656..23ff23d0 100644 --- a/mlprec/mld_dilut_fct.f90 +++ b/mlprec/mld_dilut_fct.f90 @@ -41,7 +41,7 @@ ! Contains: mld_dilut_fctint, ilut_copyin, ilut_fact, ilut_copyout ! ! This routine computes the ILU(k,t) factorization of the local part of the -! matrix stored into a. These factorization is used to build the 'base +! matrix stored into a. This factorization is used to build the 'base ! preconditioner' (block-Jacobi preconditioner/solver, Additive Schwarz ! preconditioner) corresponding to a certain level of a multilevel preconditioner. ! diff --git a/mlprec/mld_zilut_fct.f90 b/mlprec/mld_zilut_fct.f90 index aa621629..ebb311c5 100644 --- a/mlprec/mld_zilut_fct.f90 +++ b/mlprec/mld_zilut_fct.f90 @@ -41,7 +41,7 @@ ! Contains: mld_zilut_fctint, ilut_copyin, ilut_fact, ilut_copyout ! ! This routine computes the ILU(k,t) factorization of the local part of the -! matrix stored into a. These factorization is used to build the 'base +! matrix stored into a. This factorization is used to build the 'base ! preconditioner' (block-Jacobi preconditioner/solver, Additive Schwarz ! preconditioner) corresponding to a certain level of a multilevel preconditioner. !