From: Ralf Hartmann Date: Wed, 9 Nov 2005 10:38:38 +0000 (+0000) Subject: Fix docu. X-Git-Tag: v8.0.0~12889 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac136c1a9d40550a25866bd8cceb2a035e0e1c50;p=dealii.git Fix docu. git-svn-id: https://svn.dealii.org/trunk@11744 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 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. *