From: Wolfgang Bangerth Date: Thu, 20 Oct 2016 22:54:05 +0000 (-0500) Subject: Add a changelog entry. X-Git-Tag: v8.5.0-rc1~552^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3273%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d21ed88746..f4fb4d43d7 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -392,6 +392,13 @@ inconvenience this causes.
    +
  1. Fixed: GridIn::read_vtk() accidentally only read material ids of + input cells correctly if the file listed them as integers. If they were + listed them as floating point numbers, then unpredictable numbers were used. +
    + (Wolfgang Bangerth, 2016/10/20) +
  2. +
  3. New: Add a base class for matrix-free operators MatrixFreeOperators::Base.
    (Denis Davydov, 2016/10/16)