From 1ede6cb9128ebf70262610e5c6da816394f85cb8 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 Jun 2005 20:20:08 +0000 Subject: [PATCH] Check the component of a constant function. git-svn-id: https://svn.dealii.org/trunk@11012 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5