From: wolf Date: Wed, 20 Apr 2005 22:25:49 +0000 (+0000) Subject: More comments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d03075ca76cec67f59832ca1b91b4ae022d3df;p=dealii-svn.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);