From 199e8cb80d4469c02d028851db97d8bf1dc614f8 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 28 Jan 2005 18:22:57 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@9881 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_levels.h | 6 +++--- deal.II/deal.II/include/grid/tria_quad.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_levels.h b/deal.II/deal.II/include/grid/tria_levels.h index 531383dd83..b2766b193f 100644 --- a/deal.II/deal.II/include/grid/tria_levels.h +++ b/deal.II/deal.II/include/grid/tria_levels.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -143,7 +143,7 @@ class TriangulationLevel<0> * Reserve enough space to accomodate * @p total_cells cells on this level. * Since there are no @p used flags on this - * level, you have to give to total number + * level, you have to give the total number * of cells, not only the number of newly * to accomodate ones, like in the * TriangulationLevel::reserve_space @@ -379,7 +379,7 @@ class TriangulationLevel<2> : public TriangulationLevel<1> std::vector quads; /** * Same as for the - * TriangulationLevel<1>::LinesData@p ::chilren + * TriangulationLevel<1>::LinesData@p ::children * array, but since there * are four children, the * index points to the first diff --git a/deal.II/deal.II/include/grid/tria_quad.h b/deal.II/deal.II/include/grid/tria_quad.h index 42a7077a3e..1c7b2527f0 100644 --- a/deal.II/deal.II/include/grid/tria_quad.h +++ b/deal.II/deal.II/include/grid/tria_quad.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -21,7 +21,7 @@ /** * @p Quads denote the fundamental entities of triangulations in two dimensions * and the boundaries of hexaeders in three dimensions. They are - * characterized by the (global) indices of the dour bounding lines. + * characterized by the (global) indices of the four bounding lines. * * A quad itself has one index, as far as the topological part handled in * the triangulation is concerned: the index in the level -- 2.39.5