From: bangerth Date: Thu, 9 Jan 2014 00:28:34 +0000 (+0000) Subject: Mention previous changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c147f26b7924ea13352e3d84ada9844a6562ef5;p=dealii-svn.git Mention previous changes. git-svn-id: https://svn.dealii.org/trunk@32183 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2b1f3d07b5..4c21c7596b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -85,6 +85,13 @@ inconvenience this causes.
    +
  1. Fixed: There were several bugs in functions like + FEValues::get_function_values() where the code did not properly handle the + case of FE_Nothing. This is now fixed. +
    + (Wolfgang Bangerth, 2014/01/08) +
  2. +
  3. Fixed: DataOut got confused in some situations where one uses FE_Nothing. This is now fixed.