From ff1eb784dd410fb3d8d4117c9a654c08f72ccb2e Mon Sep 17 00:00:00 2001 From: Emily Novak Date: Wed, 7 Aug 2019 15:17:44 -0600 Subject: [PATCH] Grammar mistake in step 2 Grammar mistake. Corrected "among" to "amount". --- examples/step-2/step-2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5