From: Denis Davydov Date: Mon, 27 Mar 2017 20:29:29 +0000 (+0300) Subject: matrix-free: remove EXTRA_DIAGNOSTICS X-Git-Tag: v9.0.0-rc1~1775^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4117%2Fhead;p=dealii.git matrix-free: remove EXTRA_DIAGNOSTICS --- diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 656b2b94ba..a41feb78ec 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -166,9 +166,6 @@ public: color }; - // avoid warning about use of deprecated variables - DEAL_II_DISABLE_EXTRA_DIAGNOSTICS - /** * Constructor for AdditionalData. */ @@ -281,8 +278,6 @@ public: bool initialize_mapping; }; - DEAL_II_ENABLE_EXTRA_DIAGNOSTICS - /** * @name 1: Construction and initialization */