From: Wolfgang Bangerth Date: Tue, 2 Jun 2020 18:55:00 +0000 (-0600) Subject: Fix a comment in the documentation. X-Git-Tag: v9.3.0-rc1~1494^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10446%2Fhead;p=dealii.git Fix a comment in the documentation. --- 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

*