From 611154acf966fa4bd36e05c13c0fa1d4d5d1c102 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 7 Oct 2021 23:19:36 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 2.39.5