From: Wolfgang Bangerth <bangerth@colostate.edu> 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=dde18033195225031cde0ec0fd817a005e6b0db3;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. <ol> + <li> 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. + <br> + (Wolfgang Bangerth, 2016/10/20) + </li> + <li> New: Add a base class for matrix-free operators MatrixFreeOperators::Base. <br> (Denis Davydov, 2016/10/16)