From: Martin Kronbichler Date: Thu, 23 May 2013 09:36:13 +0000 (+0000) Subject: Mention change. X-Git-Tag: v8.0.0~480 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d333b052260d1cd3d7acb9484a9ca4d71fee43ac;p=dealii.git Mention change. git-svn-id: https://svn.dealii.org/trunk@29556 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index bd768a25f7..2b5634e9f4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -128,6 +128,12 @@ this function.
    +
  1. Fixed: FETools::back_interpolate has been revised to work correctly +also with parallel::distributed::Vector. +
    +(Martin Steigemann, 2013/05/23) +
  2. +
  3. Removed: The file mesh_worker/vector_info.h was unused and untested. It has thus been removed.