From: bangerth Date: Tue, 6 Mar 2007 19:58:37 +0000 (+0000) Subject: Fix html tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d353056a2088d2d6e7caecf4eee33668e696cdc;p=dealii-svn.git Fix html tag. git-svn-id: https://svn.dealii.org/trunk@14526 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/grid.h b/deal.II/doc/doxygen/headers/grid.h index bec48115c6..cc800ac710 100644 --- a/deal.II/doc/doxygen/headers/grid.h +++ b/deal.II/doc/doxygen/headers/grid.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003, 2005, 2006 by the deal.II authors +// Copyright (C) 2003, 2005, 2006, 2007 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 @@ * levels. In addition to cells, the geometric objects that make up a * triangulation are the faces of cells (and in 3d the edges of cells) * as well as the vertices of the cells. Note that we abuse the word - * triangulation somewhat, since deal.II only implements + * triangulation somewhat, since deal.II only implements * triangulations made up of linear, quadrilateral, and hexahedral * cells; triangles and tetrahedra are not supported. *