From 79b823006d61f55e0c809f07682347a465903370 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 9 Sep 2005 16:26:26 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@11381 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b866c6f96e..de28c375d2 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -364,7 +364,7 @@ inconvenience this causes. Fixed: Several of the functions in class ConstantFunction did not check whether the component handed to them was valid. In essence, even a scalar - function could be evaluate for component 42, and the function + function could be evaluated for component 42, and the function ignored how many components it was declared to have. This is now fixed.
-- 2.39.5