From b33907eb3285272726a88c94d0544816289005f3 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Dec 1999 14:08:44 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@2108 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/quadrature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/quadrature.h b/deal.II/base/include/base/quadrature.h index bd42e8bac4..b620acfa30 100644 --- a/deal.II/base/include/base/quadrature.h +++ b/deal.II/base/include/base/quadrature.h @@ -151,7 +151,7 @@ class Quadrature * * In one space dimension, the given base formula is copied and scaled onto * a given number of subintervals of length #1/n_copies#. If the quadrature - * formula uses both end points of theunit interval, then in the interior + * formula uses both end points of the unit interval, then in the interior * of the iterated quadrature formula there would be quadrature points which * are used twice; we merge them into one with a weight which is the sum * of the weights of the left- and the rightmost quadrature point. -- 2.39.5