From 15eed6dfb0fab8a4ee0e55ca45987c97cce6d152 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 10 Jan 2008 08:58:53 +0000 Subject: [PATCH] Typo in the ILUT docs. --- mlprec/mld_dilut_fct.f90 | 2 +- mlprec/mld_zilut_fct.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. !