From 72b0a5d59147bfec552562c9520e3d6f263a6775 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 27 Oct 2019 15:22:05 -0400 Subject: [PATCH] Minor doc fixes. --- include/deal.II/fe/fe_values.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index 2e0382341f..8229d7b760 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -3759,8 +3759,8 @@ public: /** * Reinitialize the gradients, Jacobi determinants, etc for the given face - * on given cell of type "iterator into a Triangulation object", and the - * given finite element. Since iterators into triangulation alone only + * on a given cell of type "iterator into a Triangulation object", and the + * given finite element. Since iterators into a triangulation alone only * convey information about the geometry of a cell, but not about degrees of * freedom possibly associated with this cell, you will not be able to call * some functions of this class if they need information about degrees of @@ -3879,8 +3879,8 @@ public: /** * Reinitialize the gradients, Jacobi determinants, etc for the given - * subface on given cell of type "iterator into a Triangulation object", and - * the given finite element. Since iterators into triangulation alone only + * subface on a given cell of type "iterator into a Triangulation object", and + * the given finite element. Since iterators into a triangulation alone only * convey information about the geometry of a cell, but not about degrees of * freedom possibly associated with this cell, you will not be able to call * some functions of this class if they need information about degrees of -- 2.39.5