From 51f4643472713b01b4368b4a092afb0236505dc3 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 9 Jul 2014 18:52:07 +0000 Subject: [PATCH] "geometrical" does not exist as a word :-) git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33129 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/boundary.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/doxygen/headers/boundary.h b/deal.II/doc/doxygen/headers/boundary.h index e930b2bdfa..bc9c8291a1 100644 --- a/deal.II/doc/doxygen/headers/boundary.h +++ b/deal.II/doc/doxygen/headers/boundary.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2003 - 2013 by the deal.II authors +// Copyright (C) 2003 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -84,7 +84,7 @@ * manifold_id values. * * Befor version 8.2, the library allowed only boundary faces to - * follow a curved geometrical description. Since version 8.2 this has + * follow a curved geometric description. Since version 8.2 this has * been introduced also for interior faces and cells, and the * boundary_id has been separated from the manifold_id. * @@ -101,7 +101,7 @@ * future releases. * * Whenever a new vertex is needed in a object that supports - * geometrical dependent refinement (i.e., a face on the boundary, an + * geometric dependent refinement (i.e., a face on the boundary, an * interior face, or a cell in codimension one), the Triangulation * queries to manifold_id of the object which needs refinement. If the * manifold_id is set to numbers::invalid_manifold_id, then the -- 2.39.5