From 8d0b76419eb9127f8e502b47effb0e4228210085 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 4 Sep 2016 18:13:12 -0400 Subject: [PATCH] Fix a documentation function link. The other function returns a vector of index sets, which is not what we want here. --- include/deal.II/lac/sparsity_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5