From: David Wells Date: Sun, 4 Sep 2016 22:13:12 +0000 (-0400) Subject: Fix a documentation function link. X-Git-Tag: v8.5.0-rc1~707^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3064%2Fhead;p=dealii.git Fix a documentation function link. The other function returns a vector of index sets, which is not what we want here. --- diff --git a/include/deal.II/lac/sparsity_tools.h b/include/deal.II/lac/sparsity_tools.h index 4f1061c9c4..74b7c57bd2 100644 --- a/include/deal.II/lac/sparsity_tools.h +++ b/include/deal.II/lac/sparsity_tools.h @@ -183,7 +183,7 @@ namespace SparsityTools * * @param rows_per_cpu A vector containing the number of of rows per CPU for * determining ownership. This is typically the value returned by - * DoFHandler::locally_owned_dofs_per_processor. + * DoFHandler::n_locally_owned_dofs_per_processor. * * @param mpi_comm The MPI communicator shared between the processors that * participate in this operation.