From: Wolfgang Bangerth Date: Tue, 20 Nov 2012 17:48:16 +0000 (+0000) Subject: Fix a wrongly named function in a comment. X-Git-Tag: v8.0.0~1799 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209d090a40c6b5b9d80f3ccc46ae5db7de3bf315;p=dealii.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,