From: Wolfgang Bangerth Date: Wed, 20 Apr 2005 22:25:49 +0000 (+0000) Subject: More comments. X-Git-Tag: v8.0.0~14002 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9324c3c05496e2f78e108e96e8e8f300c6ec7a8f;p=dealii.git More comments. git-svn-id: https://svn.dealii.org/trunk@10553 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 897a2a6823..b022d67d6e 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -2361,6 +2361,9 @@ class DataOutReader : public DataOutInterface * either this or the other * object did not yet set up any * patches. + * + * The use of this function is + * demonstrated in step-19. */ void merge (const DataOutReader &other);