From: Reza Rastak Date: Thu, 25 Jul 2019 19:28:21 +0000 (-0700) Subject: documentation fix in distributed/tria.h X-Git-Tag: v9.2.0-rc1~1352^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01a8463ce3286c2d889b0fe4a8c38947d75b399a;p=dealii.git documentation fix in distributed/tria.h --- diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 1a42e1d5b1..e386d09b5b 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -647,7 +647,7 @@ namespace parallel * of classes that do this is parallel::distributed::SolutionTransfer * where each parallel::distributed::SolutionTransfer object that works * on the current Triangulation object then needs to register its intent. - * Each of these parties registers a callback function (the second + * Each of these parties registers a callback function (the first * argument here, @p pack_callback) that will be called whenever the * triangulation's execute_coarsening_and_refinement() or save() * functions are called.