From e95f326d9d637303b173645c43f74ad6fcc1acf0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 14 Feb 2015 06:37:48 -0600 Subject: [PATCH] Add an entry for a recent patch. --- doc/news/changes.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 47994bcb8f..6d5228142b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -349,7 +349,6 @@ inconvenience this causes.

Specific improvements

    -
  1. Changed: All members of MultithreadInfo are now static so it is no longer necessary to use the global instance multithread_info (now deprecated) or create your own instance (which does not work correctly @@ -358,6 +357,12 @@ inconvenience this causes. (Timo Heister, 2015/02/13)
  2. +
  3. Fixed: There was a bug in the energy source term of step-33 whereby + the term was erroneously multiplied by the density. This is now fixed. +
    + (Praveen C, Lei Qiao, 2015/02/13) +
  4. +
  5. Changed: If you take the product of a Tensor and a scalar number, you previously got a Tensor back that stored its elements in the same data type as the original tensor. This leads to problems if you -- 2.39.5