From 9ca0827363356171195aadbfbb9cd5726684bac7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 23 Jan 2008 23:56:39 +0000 Subject: [PATCH] Add a few words and reformat. git-svn-id: https://svn.dealii.org/trunk@15655 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6f4be3939f..fdf6ac255c 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -194,10 +194,11 @@ an integer id of the current thread.
    -
  1. Improved: All GrowingVectorMemory objects of one type will access -the same memory pool. Therefore, it is now not a crime to just create -one and discard later. Furthermore, logging of statistics has been -switched off by default, such that linear solvers remain silent. +
  2. Improved: All GrowingVectorMemory objects that have the same template +argument will access the same memory pool. Therefore, it is now not a +crime any more to just create a memory pool and discard later. Furthermore, +logging of statistics has been switched off by default, such that linear +solvers remain silent.
    (GK 2007/12/16)
  3. -- 2.39.5