From 3f98fb2794b3a51fb4279e7226448986f5f0d29c Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 7 Oct 2021 23:19:29 -0500 Subject: [PATCH] Update examples/step-82/step-82.cc Co-authored-by: dianeguignard <78985256+dianeguignard@users.noreply.github.com> --- examples/step-82/step-82.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-82/step-82.cc b/examples/step-82/step-82.cc index 929f5a88c6..b81231c59f 100644 --- a/examples/step-82/step-82.cc +++ b/examples/step-82/step-82.cc @@ -1146,7 +1146,7 @@ namespace Step82 // // In the following, we need to evaluate finite element shape // functions for the `fe_lift` finite element on the current - // cell. Like in, for example, step-61 this "lift" space is defined + // cell. Like for example in step-61, this "lift" space is defined // on every cell individually; as a consequence, there is no global // DoFHandler associated with this because we simply have no need // for such a DoFHandler. That leaves the question of what we should -- 2.39.5