From 7a26dd879aee04b4462ee2d8fac67699bf740243 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 17 Dec 2011 03:37:31 +0000 Subject: [PATCH] Mention fix to VTU without zlib. git-svn-id: https://svn.dealii.org/trunk@24838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5a0bddcf52..30fbab4827 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -73,6 +73,12 @@ enabled due to a missing include file in file

Specific improvements

    +
  1. Fixed: When ./configure does not detect the presence +of zlib, writing output in VTU format failed to produce +a valid output file. +
    +(Timo Heister, 2011/12/16) +
  2. Improved: The GridRefinement::refine_and_coarsen_optimize function assumed that the expected convergence order was 2. It has now gotten an argument by which the user can prescribe a different value. A bug has also -- 2.39.5