From: Matthias Maier Date: Wed, 25 May 2022 17:20:02 +0000 (-0500) Subject: Step-40: Remove an unmatched single quote X-Git-Tag: v9.4.0-rc1~147^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13818%2Fhead;p=dealii.git Step-40: Remove an unmatched single quote --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index a173c99054..4906261cd4 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -44,7 +44,7 @@ // @endcode // // Using this logic, the following lines will then import either the -// PETSc or Trilinos wrappers into the namespace `LA` (for "linear +// PETSc or Trilinos wrappers into the namespace `LA` (for linear // algebra). In the former case, we are also defining the macro // `USE_PETSC_LA` so that we can detect if we are using PETSc (see // solve() for an example where this is necessary).