From 06e7080fa55fff26bd993d4c96ddfc2a263614e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 30 Jun 2005 16:08:00 +0000 Subject: [PATCH] Change of names in ExceptionBase. Import Umfpack 4.4. git-svn-id: https://svn.dealii.org/trunk@11000 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index a640f7b71e..4b95d6c6b1 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -128,6 +128,12 @@ inconvenience this causes.

General

    +
  1. + New: The latest version of UMFPACK, version 4.4, has been imported. +
    + (WB, 2005/06/30) +

    +
  2. Fixed: The documentation pages did not contain information about the Threads::spawn functions. This is now fixed. @@ -203,6 +209,19 @@ inconvenience this causes.

    base

      +
    1. + Changed: The functions in class ExceptionBase have been renamed to conform + to our coding conventions that function names be all lower-case + with words separated by underscores. This is technically an + incompatible change, since these functions were publicly + visible, but were usually hidden behind macros and not used + anywhere explicitly in the library; we hope that this also + holds for external code. +
      + (WB, 2005/06/30) +

      +
    2. Improved: The class Quadrature has a new constructor generating the dim-dimensional tensor product of a -- 2.39.5