From 01a8463ce3286c2d889b0fe4a8c38947d75b399a Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Thu, 25 Jul 2019 12:28:21 -0700 Subject: [PATCH] documentation fix in distributed/tria.h --- include/deal.II/distributed/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5