From: Matthias Maier Date: Fri, 8 Oct 2021 04:19:36 +0000 (-0500) Subject: Update examples/step-82/step-82.cc X-Git-Tag: v9.4.0-rc1~953^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611154acf966fa4bd36e05c13c0fa1d4d5d1c102;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 b81231c59f..1f1c2b24e4 100644 --- a/examples/step-82/step-82.cc +++ b/examples/step-82/step-82.cc @@ -1162,8 +1162,8 @@ namespace Step82 // with a DoFHandler, and consequently no finite element space. In // that case, FEValues::reinit() will skip the check that would // otherwise lead to an error message. All we have to do is to convert - // the DoFHandler cell iterator into a Triangulation cell iterator: - // See the first couple of lines of the function below to see how + // the DoFHandler cell iterator into a Triangulation cell iterator; + // see the first couple of lines of the function below to see how // this can be done. template void BiLaplacianLDGLift::compute_discrete_hessians(