From d8d03075ca76cec67f59832ca1b91b4ae022d3df Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Apr 2005 22:25:49 +0000 Subject: [PATCH] More comments. git-svn-id: https://svn.dealii.org/trunk@10553 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.5