From: bangerth Date: Tue, 20 Nov 2012 17:48:16 +0000 (+0000) Subject: Fix a wrongly named function in a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed96c86e76d2b96eaeebb8399f6ac558e25150e6;p=dealii-svn.git Fix a wrongly named function in a comment. git-svn-id: https://svn.dealii.org/trunk@27607 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,