From 9cc21d9b6b7d9e2893b29de51942982bf471ed09 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 15 Sep 2015 12:16:37 -0500 Subject: [PATCH] Update changes.h, move entry --- doc/news/changes.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index ec69120ffc..88bd054463 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -50,6 +50,9 @@ inconvenience this causes. - The three argument variant of cross_product that returns the result by reference as first argument. Use the function that directly returns the result instead. + - The three argument variants of outer_product that return the result by + reference as first argument. Use the function that directly returns the + result instead.
(Matthias Maier, 2015/09/14 - XXX) @@ -137,6 +140,12 @@ inconvenience this causes.
    +
  1. Changed: All doxygen-generated pages now contain a link to the + tutorial in their top-level menus. +
    + (Wolfgang Bangerth, 2015/09/13) +
  2. +
  3. New: A new namespace TensorAccessors is introduced that contains generic algorithms for tensorial objects, i.e., objects that allow repeated access via the index operator operator[](unsigned int). @@ -303,12 +312,6 @@ inconvenience this causes.
      -
    1. Changed: All doxygen-generated pages now contain a link to the - tutorial in their top-level menus. -
      - (Wolfgang Bangerth, 2015/09/13) -
    2. -
    3. Cleanup: Constructors of AdditionalData in various linear solvers are now marked explicit. This avoid bugs with implicit conversions like the one fixed in step-40.
      -- 2.39.5