From f660aa4e27507fb3e20612ef9a467f2d6ee1a3e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Feb 2006 04:03:11 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@12260 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index af8c8d846f..a7b0926278 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -56,7 +56,7 @@ template class SparseMatrix; * You get half of the circle or sphere generated by Hyper ball. * with center @p p and with radius @p r by calling * GridGenerator::half_hyper_ball (tria, p, r). The half-circle is - * triangulated by four cells, while the half-cell is triangulated by + * triangulated by four cells, while the half-sphere is triangulated by * six cells. The diameter of the center cell is * chosen to be the same as for the Hyper ball class. * To create a half-hyperball in one dimension results in -- 2.39.5