From 1e7029b89b1a08dcbf9b67bfa00b0e2872473a12 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Aug 2007 15:12:02 +0000 Subject: [PATCH] =?utf8?q?Don't=20use=20=C3=A6=20special=20character=20dir?= =?utf8?q?ectly=20since=20doxygen=20mangles=20it=20badly.=20We=20also=20ca?= =?utf8?q?n't=20use=20æ=20since=20it=20doesn't=20go=20through=20doxy?= =?utf8?q?gen=20at=20all.=20So=20simply=20use=20the=20less=20fancy=20'form?= =?utf8?q?ulas'=20right=20away.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.dealii.org/trunk@15087 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/quadrature.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/doxygen/headers/quadrature.h b/deal.II/doc/doxygen/headers/quadrature.h index 8c30fe0b32..5ef0b996eb 100644 --- a/deal.II/doc/doxygen/headers/quadrature.h +++ b/deal.II/doc/doxygen/headers/quadrature.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006 by the deal.II authors +// Copyright (C) 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 @@ -12,10 +12,10 @@ //------------------------------------------------------------------------- /** - * @defgroup Quadrature Quadrature formulæ + * @defgroup Quadrature Quadrature formulas * * This module contains the base class Quadrature as well as the quadrature - * formulæ provided by deal.II. Quadrature formulas provide two essential + * formulas provided by deal.II. Quadrature formulas provide two essential * pieces of data: the locations of quadrature points on the unit cell * [0,1]^d, and the weight of each quadrature point. * @@ -73,10 +73,10 @@ * *

QAnisotropic

* - * While the usual quadrature formulæ of higher dimensions + * While the usual quadrature formulas of higher dimensions * generate tensor products which are equal in each direction, the * class QAnisotropic generates tensor products of possibly different - * formulæ in each direction. + * formulas in each direction. * * *

QProjector

-- 2.39.5