From c17a12b76424a95ea0eb2451d51f4f4aff34156a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 31 Mar 2015 14:23:56 +0200 Subject: [PATCH] Move entry in changes.h to appropriate place --- doc/news/changes.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index bfa764f251..36d1eb1d09 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -333,14 +333,6 @@ inconvenience this causes.
    -
  1. New: A new funtion to get a map with all vertices at boundaries - has been added in GridTools::get_all_vertices_at_boundary. - This function will return a map wich can be used in functions - like GridTools::Laplace_transform. -
    - (Fernando Posada, 2015/03/31) -
  2. -
  3. New: A new flag no_automatic_repartitioning in parallel::distributed::Triangulation will disable the automatic repartitioning when calling execute_coarsening_and_refinement() (or things @@ -410,6 +402,14 @@ inconvenience this causes.

    Specific improvements

      +
    1. New: A new funtion to get a map with all vertices at boundaries + has been added in GridTools::get_all_vertices_at_boundary. + This function will return a map wich can be used in functions + like GridTools::Laplace_transform. +
      + (Fernando Posada, 2015/03/31) +
    2. +
    3. Fixed: TrilinosWrappers::SparseMatrix::local_range() erroneously threw an exception in 64-bit mode. This is now fixed.
      -- 2.39.5