From: wolf Date: Fri, 9 Sep 2005 16:26:26 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b823006d61f55e0c809f07682347a465903370;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@11381 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.