From c55f41d7724b45684a3853f0f3eeb89cfaa99661 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 1 Feb 2020 05:36:28 -0700 Subject: [PATCH] Clarify a sentence. --- include/deal.II/numerics/data_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.5