From 85be414b21fa126a659e9a3ed353657a0d2541e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Jun 2016 06:46:26 -0500 Subject: [PATCH] Fix test. Also add changelog. --- doc/news/changes.h | 11 ++++++++++- tests/grid/refinement_listener_03.output | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 1d23802909..098cb2a7be 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,7 +38,16 @@ inconvenience this causes.

    -
  1. Changed: deal.II used to create template instantiations for scalar + +
  2. Changed: The Triangulation::Signals::clear signal is now triggered + before, not after the internal data structures of the + triangulation are destroyed. This allows functions attached to the signal to + save information associated with the triangulation. +
    + (Wolfgang Bangerth, 2016/06/07) +
  3. + +
  4. Changed: deal.II used to create template instantiations for scalar types double, float, and long double. Since long double is rarely used and the additional precision does usually not pay off because most of the other arithmetics in deal.II are diff --git a/tests/grid/refinement_listener_03.output b/tests/grid/refinement_listener_03.output index 86171758bd..e1ffc482aa 100644 --- a/tests/grid/refinement_listener_03.output +++ b/tests/grid/refinement_listener_03.output @@ -5,7 +5,7 @@ DEAL::tria_1 Create: 1 DEAL::tria_1 Pre-refinement: 1 DEAL::tria_1 Any change: 2 DEAL::tria_1 Post-refinement: 2 -DEAL::tria_1 Any change: 0 +DEAL::tria_1 Any change: 2 DEAL::tria_2 Copy: 1 1 DEAL::tria_1 Any change: 1 DEAL::tria_1 Create: 1 @@ -17,7 +17,7 @@ DEAL::tria_1 Create: 1 DEAL::tria_1 Pre-refinement: 1 DEAL::tria_1 Any change: 4 DEAL::tria_1 Post-refinement: 4 -DEAL::tria_1 Any change: 0 +DEAL::tria_1 Any change: 4 DEAL::tria_2 Copy: 1 1 DEAL::tria_1 Any change: 1 DEAL::tria_1 Create: 1 @@ -29,7 +29,7 @@ DEAL::tria_1 Create: 1 DEAL::tria_1 Pre-refinement: 1 DEAL::tria_1 Any change: 8 DEAL::tria_1 Post-refinement: 8 -DEAL::tria_1 Any change: 0 +DEAL::tria_1 Any change: 8 DEAL::tria_2 Copy: 1 1 DEAL::tria_1 Any change: 1 DEAL::tria_1 Create: 1 -- 2.39.5