From: Daniel Arndt Date: Tue, 11 Feb 2020 03:18:25 +0000 (-0500) Subject: Fix sections in step-45 X-Git-Tag: v9.2.0-rc1~540^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9508%2Fhead;p=dealii.git Fix sections in step-45 --- diff --git a/examples/step-45/step-45.cc b/examples/step-45/step-45.cc index 2227da05d9..3137478714 100644 --- a/examples/step-45/step-45.cc +++ b/examples/step-45/step-45.cc @@ -29,7 +29,7 @@ // have to be modified: // - StokesProblem::setup_dofs(): // To populate an AffineConstraints object with periodicity constraints -// - StokesProblem::run(): +// - StokesProblem::create_mesh(): // To supply a distributed triangulation with periodicity information. // // The rest of the program is identical to step-22, so let us skip this part @@ -354,7 +354,6 @@ namespace Step45 } - // @sect3{Setting up periodicity constraints on distributed triangulations} template void StokesProblem::setup_dofs() {