From: bangerth Date: Wed, 17 Oct 2012 18:58:00 +0000 (+0000) Subject: Fix a misleading sentence in the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768505c569fde375cf89ef0541df4ae91b7ea168;p=dealii-svn.git Fix a misleading sentence in the documentation. git-svn-id: https://svn.dealii.org/trunk@27139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/data_out.h b/deal.II/include/deal.II/numerics/data_out.h index 419ac15994..fde319a60d 100644 --- a/deal.II/include/deal.II/numerics/data_out.h +++ b/deal.II/include/deal.II/numerics/data_out.h @@ -373,7 +373,8 @@ namespace internal * The add_data_vector() functions have additional arguments (with default * values) that can be used to specify certain transformations. In particular, * it allows to attach DataPostprocessor arguments to compute derived - * information from a data vector at each quadrature point (for example, the + * information from a data vector at each point at which the field will + * be evaluated so that it can be written to a file (for example, the * Mach number in hypersonic flow can be computed from density and velocities; * step-29 also shows an example); another piece of information * specified through arguments with default values is how certain output