From: bangerth Date: Fri, 27 Jul 2012 09:33:29 +0000 (+0000) Subject: Fix list of authors of a patch. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f9e4a4e3d684d794894d0ccbb525e4f523b5b6;p=dealii-svn.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.