From: Matthias Maier Date: Wed, 30 Dec 2015 17:30:27 +0000 (+0100) Subject: add a changes.h entry X-Git-Tag: v8.4.0-rc2~117^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6b912043b55a423156c178d3ff1a93936ba2a6;p=dealii.git add a changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 1e494ea583..ad1d8f45a9 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -526,6 +526,12 @@ inconvenience this causes.
    +
  1. Fixed: inverse_operator() now populates Tvmult and + Tvmult_add correctly. +
    + (Jean-Paul Pelteret, David Wells, Matthias Maier, 2015/12/30) +
  2. +
  3. Fixed: Now all members in the class SparseMatrixEZ are initialized correctly in the constructor. This was causing random crashes before.