From: Emily Novak Date: Wed, 7 Aug 2019 21:17:44 +0000 (-0600) Subject: Grammar mistake in step 2 X-Git-Tag: v9.2.0-rc1~1266^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff1eb784dd410fb3d8d4117c9a654c08f72ccb2e;p=dealii.git Grammar mistake in step 2 Grammar mistake. Corrected "among" to "amount". --- diff --git a/examples/step-2/step-2.cc b/examples/step-2/step-2.cc index d95f94858c..7f5c79f295 100644 --- a/examples/step-2/step-2.cc +++ b/examples/step-2/step-2.cc @@ -252,7 +252,7 @@ void renumber_dofs(DoFHandler<2> &dof_handler) // number of other algorithms as well to renumber degrees of freedom. For // example, it would of course be ideal if all couplings were in the lower or // upper triangular part of a matrix, since then solving the linear system -// would among to only forward or backward substitution. This is of course +// would amount to only forward or backward substitution. This is of course // unachievable for symmetric sparsity patterns, but in some special // situations involving transport equations, this is possible by enumerating // degrees of freedom from the inflow boundary along streamlines to the