From 1f38c3e003c487584b03438b7bb3c0600ce0ed8e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 15 Jan 2018 18:34:57 -0700 Subject: [PATCH] Fix a grammar error. --- include/deal.II/dofs/dof_handler.h | 2 +- include/deal.II/hp/dof_handler.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_handler.h b/include/deal.II/dofs/dof_handler.h index b357d3d58f..dc3357d030 100644 --- a/include/deal.II/dofs/dof_handler.h +++ b/include/deal.II/dofs/dof_handler.h @@ -372,7 +372,7 @@ public: /** * Go through the triangulation and "distribute" the degrees of freedoms * needed for the given finite element. "Distributing" degrees of freedom - * involved allocating memory to store the information that describes it + * involves allocating memory to store the information that describes it * (e.g., whether it is located on a vertex, edge, face, etc) and to * sequentially enumerate all degrees of freedom. In other words, while the * mesh and the finite element object by themselves simply define a finite diff --git a/include/deal.II/hp/dof_handler.h b/include/deal.II/hp/dof_handler.h index dfe441e216..28aaea76a7 100644 --- a/include/deal.II/hp/dof_handler.h +++ b/include/deal.II/hp/dof_handler.h @@ -282,7 +282,7 @@ namespace hp /** * Go through the triangulation and "distribute" the degrees of freedoms * needed for the given finite element. "Distributing" degrees of freedom - * involved allocating memory to store the information that describes it + * involves allocating memory to store the information that describes it * (e.g., whether it is located on a vertex, edge, face, etc) and to * sequentially enumerate all degrees of freedom. In other words, while * the mesh and the finite element object by themselves simply define a -- 2.39.5