From c78993b9c2b3cd1292f28bca7286acad630a7229 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 21 Sep 2020 16:53:51 -0600 Subject: [PATCH] Fix 'and and' -> 'and'. --- source/lac/trilinos_solver.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5