From: Wolfgang Bangerth Date: Mon, 22 Apr 2019 03:38:04 +0000 (-0600) Subject: Mark two function references better. X-Git-Tag: v9.1.0-rc1~194^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4ecb1b86adb780c6ef54819f97304ce3635923;p=dealii.git Mark two function references better. --- 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.