From 7ceb96a6ecfe695ef30f72439b8023e88b91e00f Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 28 Nov 2001 17:44:43 +0000 Subject: [PATCH] small fix. git-svn-id: https://svn.dealii.org/trunk@5297 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 1c4de1da6a..ee5aebc73b 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -205,7 +205,7 @@ documentation, etc.
  1. Fixed: The functions Mapping::transform_real_to_unit_cell + class="member">Mapping::transform_unit_to_real_cell leaked some memory. This is now fixed.
    (RH, WB 2001/11/28) @@ -218,21 +218,24 @@ documentation, etc. (WB 2001/11/28)

    -
  2. Fixed: The

    + Fixed: The GridRefinement::refine function failed when the threshold was zero. This is now fixed.
    (RH 2001/11/26)

    -
  3. Fixed: The

    + Fixed: The MappingQ::transform_real_to_unit_cell function failed on a very unusual cell. This is now fixed.
    (RH 2001/11/26)

    -
  4. New: The new

    + New: The new CellAccessor::neighbor_of_coarser_neighbor function returns where to find the present cell from a coarser neighbor. -- 2.39.5