From bd6f66db8e071e4a4174b41a506c9fd66f535c08 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 27 Jul 2012 09:33:29 +0000 Subject: [PATCH] Fix list of authors of a patch. git-svn-id: https://svn.dealii.org/trunk@25741 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
    -- 2.39.5