From: Guido Kanschat Date: Wed, 8 Mar 2006 15:16:43 +0000 (+0000) Subject: Subscriptor::list_subscribers X-Git-Tag: v8.0.0~12124 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0d8a7aa4f5378420b42d430c31f550b5464c85;p=dealii.git Subscriptor::list_subscribers git-svn-id: https://svn.dealii.org/trunk@12571 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 2b1399c47d..bdccf3f67c 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -258,6 +258,14 @@ inconvenience this causes.

base

    + +
  1. Improved: The function Subscriptor::list_subscribers logs all current subscribers of an + object to deallog. +
    + (GK 2006/03/08) +

    +
  2. Fixed: Writing a denormal "NaN" through LogStream objects such as deallog erroneously printed zero, rather @@ -266,19 +274,19 @@ inconvenience this causes. (Luca Heltai, WB 2006/03/07)

    -
  3. Improved: The TableBase base class of all - the Table classes had an - operator() that takes a TableIndices object +

  4. Improved: The TableBase base class of all + the Table classes had an + >operator() that takes a TableIndices object that represents the entire set of indices at once. However, due to C++ name lookup rules, this operator wasn't accessible through the - Table class without explicitly specifying the base class + Table class without explicitly specifying the base class name. This is now fixed by also providing a similar - operator() in the derived classes. + >operator() in the derived classes.
    (WB 2006/02/21)

    -
  5. Fixed: The QGauss constructor +

  6. Fixed: The QGauss constructor hangs on x86 linux systems when deal.II is run from inside MATLAB. The reason is that while the processor offers long double accuracy, MATLAB switches off support for that inside