From d20f6bd6011971cb12b78fe2a8bd8e5688944b10 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 8 Nov 2019 21:15:30 +0100 Subject: [PATCH] Add missing bracket in docu of DoFHandler --- include/deal.II/dofs/dof_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5