From 5430760a7c3be06cd24d23ff754befd50257d8aa Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 29 Jul 2020 10:29:09 -0400 Subject: [PATCH] delete a word in step-47 --- examples/step-47/step-47.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-47/step-47.cc b/examples/step-47/step-47.cc index 42d1b2754c..a37518416e 100644 --- a/examples/step-47/step-47.cc +++ b/examples/step-47/step-47.cc @@ -380,7 +380,7 @@ namespace Step47 // We use the same technique as used in the assembly of step-22 // to accelerate the function: Instead of calling // `fe_values.shape_hessian(i, qpoint)` in the innermost loop, - // we instead create a variable `hessian_i` that evaluates this + // we create a variable `hessian_i` that evaluates this // value once in the loop over `i` and re-use the so-evaluated // value in the loop over `j`. For symmetry, we do the same with a // variable `hessian_j`, although it is indeed only used once and -- 2.39.5