From 6b4ecb1b86adb780c6ef54819f97304ce3635923 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 21 Apr 2019 21:38:04 -0600 Subject: [PATCH] Mark two function references better. --- 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 04b212427b..f373f7145f 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -1177,7 +1177,7 @@ namespace parallel * @return A vector of unsigned integers representing the weight or * computational load of every cell after the refinement/coarsening/ * repartition cycle. Note that the number of entries does not need to - * be equal to either n_active_cells or n_locally_owned_active_cells, + * be equal to either n_active_cells() or n_locally_owned_active_cells(), * because the triangulation is not updated yet. The weights are sorted * in the order that p4est will encounter them while iterating over * them. -- 2.39.5