From: Peter Munch Date: Tue, 16 Feb 2021 10:13:06 +0000 (+0100) Subject: Remove copy-and-past error in comment X-Git-Tag: v9.3.0-rc1~446^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1ec3f4f108d40345d3e1a04b020e8037691454;p=dealii.git Remove copy-and-past error in comment --- 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 {