From: Daniel Arndt Date: Fri, 16 Sep 2016 12:46:40 +0000 (+0200) Subject: Entry in changes.h X-Git-Tag: v8.5.0-rc1~667^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627af65f6cdb915b330bbd46b7b559cb85dfd9ad;p=dealii.git Entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 79bb0c4353..d25b5d2b37 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -530,6 +530,13 @@ inconvenience this causes.
    +
  1. Fixed: TrilinosWrappers::MPI::Vector::locally_owned_elements() + now returns the correct IndexSet also if initialized with two + IndexSets. +
    + (Daniel Arndt, 2016/09/16) +
  2. +
  3. New: LinearAlgebra::Vector is now instantiated for float and double.
    (Bruno Turcksin, 2016/09/15)