From: Matthias Maier Date: Fri, 8 Oct 2021 04:19:29 +0000 (-0500) Subject: Update examples/step-82/step-82.cc X-Git-Tag: v9.4.0-rc1~953^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f98fb2794b3a51fb4279e7226448986f5f0d29c;p=dealii.git Update examples/step-82/step-82.cc Co-authored-by: dianeguignard <78985256+dianeguignard@users.noreply.github.com> --- 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