From b0e09702a1764dc3f7ee6c1d676e3a681dbe8972 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 23 Aug 2011 09:42:08 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://svn.dealii.org/trunk@24171 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/dof_accessor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/dofs/dof_accessor.h b/deal.II/include/deal.II/dofs/dof_accessor.h index 4328240c6f..90d89d861e 100644 --- a/deal.II/include/deal.II/dofs/dof_accessor.h +++ b/deal.II/include/deal.II/dofs/dof_accessor.h @@ -1714,7 +1714,7 @@ class DoFCellAccessor : public DoFAccessor * cell. You could then as well * get the desired values through * the @p get_dof_values - * function In the other case, + * function. In the other case, * when the cell has children, we * use the restriction matrices * provided by the finite element @@ -1785,7 +1785,7 @@ class DoFCellAccessor : public DoFAccessor * cell. These requirements are * not taken care of and must be * enforced by the user - * afterwards. + * afterward. * * It is assumed that both * vectors already have the right -- 2.39.5