From 3cdbdffa00ff1de05660832847612dada9b37ffc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 30 Aug 2010 15:14:01 +0000 Subject: [PATCH] Clarify documentation. git-svn-id: https://svn.dealii.org/trunk@21796 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/index_set.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.5