From: Adam Kosik Date: Mon, 9 Nov 2015 08:18:16 +0000 (+0100) Subject: Add entry in news/changes.h. X-Git-Tag: v8.4.0-rc2~238^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1847%2Fhead;p=dealii.git Add entry in news/changes.h. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index b0d64be256..08dee240f8 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -412,6 +412,12 @@ inconvenience this causes.
    +
  1. Fixed: FETools::project_dg was adding the vector projection to + the output vector. Now is the output vector initialized to zero. +
    + (Adam Kosik, 2015/11/09) +
  2. +
  3. Fixed: A compilation issue with DEAL_II_INCLUDE_DIRS not used for compiling bundled boost.