From: bangerth Date: Mon, 30 Aug 2010 15:14:01 +0000 (+0000) Subject: Clarify documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bc097e01fbcd6db7994059d6b676f785b6727b;p=dealii-svn.git Clarify documentation. git-svn-id: https://svn.dealii.org/trunk@21796 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/index_set.h b/deal.II/base/include/base/index_set.h index a2f795d6cf..ba43616e2c 100644 --- a/deal.II/base/include/base/index_set.h +++ b/deal.II/base/include/base/index_set.h @@ -78,6 +78,11 @@ class IndexSet * Return the size of the index * space of which this index set * is a subset of. + * + * Note that the result is not equal to + * the number of indices within this + * set. The latter information is + * returned by n_elements(). */ unsigned int size () const;