From ac136c1a9d40550a25866bd8cceb2a035e0e1c50 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 9 Nov 2005 10:38:38 +0000 Subject: [PATCH] Fix docu. git-svn-id: https://svn.dealii.org/trunk@11744 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 35ce033df4..0ab096c09d 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -96,7 +96,7 @@ class ParameterHandler; * divided for output; for example, n_subdivisions==1 yields no subdivision * of the cell, n_subdivisions==2 will produce a grid of 3 times 3 points * in two spatial dimensions and 3 times 3 times 3 points in three dimensions, - * n_subdivisions==2 will yield 4 times 4 (times 4) points, etc. The actual + * n_subdivisions==3 will yield 4 times 4 (times 4) points, etc. The actual * location of these points on the patch will be computed by a multilinear * transformation from the vertices given for this patch. * -- 2.39.5