From: Wolfgang Bangerth Date: Thu, 16 Apr 2009 22:15:10 +0000 (+0000) Subject: Fix reference to function name. X-Git-Tag: v8.0.0~7834 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d615aa679409040214b40181c7cc21f962dee69;p=dealii.git Fix reference to function name. git-svn-id: https://svn.dealii.org/trunk@18635 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2fb77d2096..3b265ca266 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -814,7 +814,7 @@ inconvenience this causes.
  1. - Fixed: Integrate Difference now works also on codimension one grids. + Fixed: VectorTools::integrate_difference now works also on codimension one grids.
    (Luca Heltai 2009/04/10)