From 9c99a53b27a6e23ce3b0766506d1a35ef443bb9d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 Jun 2020 12:55:00 -0600 Subject: [PATCH] Fix a comment in the documentation. --- include/deal.II/meshworker/local_results.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/meshworker/local_results.h b/include/deal.II/meshworker/local_results.h index 0f2bc7b2d9..ef4325e9fe 100644 --- a/include/deal.II/meshworker/local_results.h +++ b/include/deal.II/meshworker/local_results.h @@ -66,7 +66,7 @@ class BlockIndices; *

ITERATOR

* * Any object that has an operator++() and points to a - * TriaObjectAccessor. + * TriaAccessor or derived class. * *

DOFINFO

* -- 2.39.5