From: Wolfgang Bangerth Date: Mon, 21 Sep 2020 22:53:51 +0000 (-0600) Subject: Fix 'and and' -> 'and'. X-Git-Tag: v9.3.0-rc1~1094^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10943%2Fhead;p=dealii.git Fix 'and and' -> 'and'. --- diff --git a/source/lac/trilinos_solver.cc b/source/lac/trilinos_solver.cc index b5c162e477..57784d7ba5 100644 --- a/source/lac/trilinos_solver.cc +++ b/source/lac/trilinos_solver.cc @@ -718,7 +718,7 @@ namespace TrilinosWrappers additional_data.output_solver_details); // Next allocate the Amesos solver, this is done in two steps, first we - // create a solver Factory and and generate with that the concrete Amesos + // create a solver Factory and generate with that the concrete Amesos // solver, if possible. Amesos Factory; @@ -818,7 +818,7 @@ namespace TrilinosWrappers additional_data.output_solver_details); // Next allocate the Amesos solver, this is done in two steps, first we - // create a solver Factory and and generate with that the concrete Amesos + // create a solver Factory and generate with that the concrete Amesos // solver, if possible. Amesos Factory;