From: Timo Heister Date: Thu, 19 Nov 2015 13:12:24 +0000 (-0500) Subject: changelog entry X-Git-Tag: v8.4.0-rc2~216^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1882%2Fhead;p=dealii.git changelog entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 49b0aab6f2..6a91d657a3 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,14 @@ inconvenience this causes.

    +
  1. Removed: Previously deprecated global instance multithread_info of + MultithreadInfo has been removed (all members of this class are static + so there is no reason to use/create an instance). The deprecated + MultithreadInfo::n_cpus member also got removed in favor of + MultithreadInfo::n_cores(). +
    + (Timo Heister, 2015/11/19) +
  2. Removed: The UpdateFlags flags update_support_points, update_support_jacobians, and update_support_inverse_jacobians have been removed.