From: wolf Date: Thu, 30 Jun 2005 20:20:08 +0000 (+0000) Subject: Check the component of a constant function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ede6cb9128ebf70262610e5c6da816394f85cb8;p=dealii-svn.git Check the component of a constant function. git-svn-id: https://svn.dealii.org/trunk@11012 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 37b9b75d3a..16802a9d4e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -209,6 +209,17 @@ inconvenience this causes.

base

    +
  1. + 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 + ignored how many components it was declared to have. This is + now fixed. +
    + (WB, 2005/06/30) +

    +
  2. Changed: The functions in class ExceptionBase have been renamed to conform