From: maier Date: Wed, 10 Oct 2012 07:43:14 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=651b05b73c87fb9ad0db04f93fe16455007c30ee;p=dealii-svn.git Fix a typo git-svn-id: https://svn.dealii.org/trunk@27043 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 34da06468c..cc9c961a86 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -89,7 +89,7 @@ DoFHandler, in particular removal of specializations.
  1. Fixed: handle lucky breakdowns in GMRES/FGMRES.
    -(Bärbel Jansse, Timo Heister, 2012/10/09) +(Bärbel Janssen, Timo Heister, 2012/10/09)
  2. Fixed: GridTools::find_cells_adjacent_to_vertex got into trouble with anisotropically refined meshes. This is now fixed.