From: Wolfgang Bangerth Date: Fri, 27 Jul 2012 09:33:29 +0000 (+0000) Subject: Fix list of authors of a patch. X-Git-Tag: v8.0.0~2397 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6f66db8e071e4a4174b41a506c9fd66f535c08;p=dealii.git Fix list of authors of a patch. git-svn-id: https://svn.dealii.org/trunk@25741 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a4f117ac17..623c720f42 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -234,7 +234,7 @@ enabled due to a missing include file in file
  1. Fixed: DoFTools::make_zero_boundary_constraints now also works for parallel distributed triangulations.
    -(Wolfgang Bangerth, Christian Goll 2012/07/24) +(Wolfgang Bangerth, 2012/07/24)
  2. Fixed: GridTools::find_active_cell_around_point() works now also if the cell in which the point we look for lies is not adjacent to the closest vertex of p. The tests bits/find_cell_8 and _9 illustrate this.