From 99caff41ef55fd46922c54a77e449c6d7f47dbf5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 26 Jul 2005 19:17:05 +0000 Subject: [PATCH] Doc update git-svn-id: https://svn.dealii.org/trunk@11208 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 2d1a36af08..6534edc85f 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -192,18 +192,18 @@ class DataOutBase { public: /** - * Data structure describing a - * patch of data in dim space + * Data structure describing a patch of + * data in dim space * dimensions. See the general * documentation of the * DataOutBase class for more - * information on its contents - * and purposes. In the case of - * two dimensions, the next - * picture ist an example of - * n_subdivision = 4 because - * the number of cells is - * equal to 2^dim. + * information on its contents and + * purposes. In the case of two + * dimensions, the next picture ist an + * example of n_subdivision = 4 + * because the number of (sub)cells + * within each patch is equal to + * 2^dim. * @verbatim * __ __ __ __ * | | | | | -- 2.39.5