From 0778fe53b90ccc83f03716d6902addfca0e5f6cb Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Fri, 22 Jun 2018 05:22:32 +0200 Subject: [PATCH] minor documentation fixes --- include/deal.II/base/data_out_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.5