From 9d1ec3f4f108d40345d3e1a04b020e8037691454 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Tue, 16 Feb 2021 11:13:06 +0100 Subject: [PATCH] Remove copy-and-past error in comment --- include/deal.II/lac/trilinos_precondition.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/deal.II/lac/trilinos_precondition.h b/include/deal.II/lac/trilinos_precondition.h index f2bad01524..d1bd9328cb 100644 --- a/include/deal.II/lac/trilinos_precondition.h +++ b/include/deal.II/lac/trilinos_precondition.h @@ -544,9 +544,7 @@ namespace TrilinosWrappers * elements are zero. In a default application this would mean that we * divide by zero, so by setting the parameter min_diagonal to a * small nonzero value the SOR will work on a matrix that is not too far - * away from the one we want to treat. Finally, overlap governs - * the overlap of the partitions when the preconditioner runs in parallel, - * forming a so-called additive Schwarz preconditioner. + * away from the one we want to treat. */ struct AdditionalData { -- 2.39.5