From: Wolfgang Bangerth Date: Sat, 20 Jan 2018 01:05:03 +0000 (-0700) Subject: Provide a link into the glossary. X-Git-Tag: v9.0.0-rc1~550^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5767%2Fhead;p=dealii.git Provide a link into the glossary. --- diff --git a/include/deal.II/base/utilities.h b/include/deal.II/base/utilities.h index 06abd5cd43..17f93ff903 100644 --- a/include/deal.II/base/utilities.h +++ b/include/deal.II/base/utilities.h @@ -596,7 +596,8 @@ namespace Utilities /** * Return the number of MPI processes there exist in the given - * communicator object. If this is a sequential job (i.e., the program + * @ref GlossMPICommunicator "communicator" + * object. If this is a sequential job (i.e., the program * is not using MPI at all, or is using MPI but has been started with * only one MPI process), then the communicator necessarily involves * only one process and the function returns 1.