From: Peter Munch Date: Fri, 8 Nov 2019 20:15:30 +0000 (+0100) Subject: Add missing bracket in docu of DoFHandler X-Git-Tag: v9.2.0-rc1~894^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9027%2Fhead;p=dealii.git Add missing bracket in docu of DoFHandler --- diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index fc0a5763d0..62b75342af 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -720,7 +720,7 @@ public: /** * Iterator to the first active cell on level @p level. If the given level * does not contain any active cells (i.e., all cells on this level are - * further refined, then this function returns + * further refined), then this function returns * end_active(level) so that loops of the kind * @code * for (cell=dof_handler.begin_active(level);