From: Wolfgang Bangerth Date: Sat, 1 Feb 2020 12:36:28 +0000 (-0700) Subject: Clarify a sentence. X-Git-Tag: v9.2.0-rc1~583^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c55f41d7724b45684a3853f0f3eeb89cfaa99661;p=dealii.git Clarify a sentence. --- diff --git a/include/deal.II/numerics/data_out.h b/include/deal.II/numerics/data_out.h index 8addb54108..1857a00f5e 100644 --- a/include/deal.II/numerics/data_out.h +++ b/include/deal.II/numerics/data_out.h @@ -202,7 +202,7 @@ public: * The geometry description will be queried for all cells and all * faces, whether they are at the boundary or not. This option is * appropriate if you have attached a manifold object to cells - * (not only to faces). + * (not only to boundary faces). */ curved_inner_cells };