From 26f141dff63ca5e49dc878414ae1befeeb3f68f6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 11 Dec 2001 08:54:08 +0000 Subject: [PATCH] Purification. git-svn-id: https://svn.dealii.org/trunk@5331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 8 ++++++++ deal.II/doc/news/news.html | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 749cc00b71..48411257c2 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -26,6 +26,14 @@ documentation, etc.

General

    +
  1. Fixed: All example and test programs as well as a number of + large applications have been checked against the memory checker + "purify". Only three memory leaks were found and fixed. We + believe that no major leaks exist in the library any more. +
    + (WB 2001/12/07) +

    +
  2. New: Output for OpenDX has been added. It can be used by choosing output format «dx» (not diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index b23cf4512a..9a57212499 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -27,11 +27,23 @@

    -
    - 2001/11/21: New example program concerning discontinuous + 2001/12/07: Memory allocation and access checked + with purify +
    +
    + We checked all example and test programs as well as a number of + large applications against the memory checker + purify. Only three memory leaks were found and + fixed. No invalid memory accesses were found. We believe + that no major memory leaks exist in the library any more. +

    +
    + +
    + 2001/11/21: New example program demonstrating discontinuous Galerkin methods
    -- 2.39.5