From 9324c3c05496e2f78e108e96e8e8f300c6ec7a8f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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