From: bangerth Date: Wed, 4 Jan 2012 01:18:41 +0000 (+0000) Subject: Remove an entry I had prematurely put in. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c910b289d4f35168edd550be447616a9c1be19f3;p=dealii-svn.git Remove an entry I had prematurely put in. git-svn-id: https://svn.dealii.org/trunk@24877 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5cb71117c5..5f1dc66074 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -74,7 +74,9 @@ enabled due to a missing include file in file
    -
  1. Fixed: writing vtu output when no ZLIB is found. +
  2. Fixed: When ./configure does not detect the presence +of zlib, writing output in VTU format failed to produce +a valid output file.
    (Timo Heister, 2012/01/03) @@ -83,7 +85,7 @@ restricted to using default solver options for the KSP only. It is now possible to override those by using PETSc command-line options -ksp_*; giving greater flexability in controling PETSc solvers. (See class documentation). -
    +
    (Vijay S. Mahadevan, 2011/12/22)
  3. New: The GridIn class now also reads the GMSH format 2.2 as written by @@ -91,12 +93,6 @@ GMSH 2.5.
    (Vijay S. Mahadevan, Wolfgang Bangerth, 2011/12/19) -
  4. 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) -
  5. 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