From: Denis Davydov Date: Fri, 22 Jun 2018 03:22:32 +0000 (+0200) Subject: minor documentation fixes X-Git-Tag: v9.1.0-rc1~1005^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0778fe53b90ccc83f03716d6902addfca0e5f6cb;p=dealii.git minor documentation fixes --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 510b393cbb..a823976bd8 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -2917,14 +2917,14 @@ protected: * interpreted. * * It returns a list of index pairs and corresponding name and type indicating - * which components of the output are to be considered non vector- or + * which components of the output are to be considered vector- or * tensor-valued rather than just a collection of scalar data. The index pairs * are inclusive; for example, if we have a Stokes problem in 2d with * components (u,v,p), then the corresponding vector data range should be * (0,1), and the returned list would consist of only a single element with a - * tuple such as (0,1,"velocity"). + * tuple such as (0,1,"velocity",component_is_part_of_vector). * - * Since some of the derived classes do not know about vector data, this + * Since some of the derived classes do not know about non-scalar data, this * function has a default implementation that simply returns an empty * string, meaning that all data is to be considered a collection of scalar * fields.