From 3bcab8c431e228157869829d6b7e2ce70d232b0a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Feb 2006 16:55:51 +0000 Subject: [PATCH] Mention Ralf's fix for MappingQ's copy constructor. git-svn-id: https://svn.dealii.org/trunk@12476 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 098e8b5203..94f05b9ccf 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -484,6 +484,14 @@ inconvenience this causes.

deal.II

    +
  1. + Fixed: When used, the copy constructor of MappingQ would lead to memory + corruption. This is now fixed. +
    + (RH 2006/02/23) +

    +
  2. New: There is now a StaticMappingQ1::