From 4fd2ee45c28676c8f081cffbb8a186e792ee14e6 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 16 Oct 2023 09:47:00 +0200 Subject: [PATCH] Fix two typos --- examples/step-87/step-87.cc | 2 +- include/deal.II/multigrid/mg_constrained_dofs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-87/step-87.cc b/examples/step-87/step-87.cc index cf6fad791a..d47034a54d 100644 --- a/examples/step-87/step-87.cc +++ b/examples/step-87/step-87.cc @@ -436,7 +436,7 @@ namespace Step87 } } - // @sect3{Mini example 2: Closest-point evaluation of a distributed mesh} + // @sect3{Mini example 2: Closest-point evaluation on a distributed mesh} // // In this mini example, we perform a closest-point projection for each // support point of a mesh within a narrow band by iteratively solving for diff --git a/include/deal.II/multigrid/mg_constrained_dofs.h b/include/deal.II/multigrid/mg_constrained_dofs.h index dd3e9a2b39..f00189551e 100644 --- a/include/deal.II/multigrid/mg_constrained_dofs.h +++ b/include/deal.II/multigrid/mg_constrained_dofs.h @@ -226,7 +226,7 @@ public: get_user_constraint_matrix(const unsigned int level) const; /** - * Merge selected constraints of a specifiedlevel into a given single + * Merge selected constraints of a specified @p level into a given single * AffineConstraints object. * * @param constraints AffineConstraints object to be filled. -- 2.39.5