From dde18033195225031cde0ec0fd817a005e6b0db3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 20 Oct 2016 17:54:05 -0500 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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) -- 2.39.5