From ed96c86e76d2b96eaeebb8399f6ac558e25150e6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 20 Nov 2012 17:48:16 +0000 Subject: [PATCH] Fix a wrongly named function in a comment. git-svn-id: https://svn.dealii.org/trunk@27607 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/dofs/dof_handler.h b/deal.II/include/deal.II/dofs/dof_handler.h index 204e1b747f..8671621b6c 100644 --- a/deal.II/include/deal.II/dofs/dof_handler.h +++ b/deal.II/include/deal.II/dofs/dof_handler.h @@ -658,7 +658,7 @@ class DoFHandler : public Subscriptor * you are only interested in * the number of elements * each processor owns then - * n_dofs_per_processor() is + * n_locally_owned_dofs_per_processor() is * a better choice. * * If this is a sequential job, -- 2.39.5