From: Martin Kronbichler Date: Mon, 31 Oct 2016 19:47:22 +0000 (+0100) Subject: Avoid warnings about deprecated class X-Git-Tag: v8.5.0-rc1~447^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627fa5d180db4a1774900a23e63bfd3b7f332e24;p=dealii.git Avoid warnings about deprecated class --- diff --git a/include/deal.II/multigrid/mg_coarse.h b/include/deal.II/multigrid/mg_coarse.h index 4e8c77d1e8..2d8c6e2605 100644 --- a/include/deal.II/multigrid/mg_coarse.h +++ b/include/deal.II/multigrid/mg_coarse.h @@ -340,6 +340,7 @@ MGCoarseGridApplySmoother::operator() (const unsigned int level, /* ------------------ Functions for MGCoarseGridLACIteration ------------ */ +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS template MGCoarseGridLACIteration @@ -431,6 +432,9 @@ MGCoarseGridLACIteration matrix = new PointerMatrix(&m); } +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS + + /* ------------------ Functions for MGCoarseGridIterativeSolver ------------ */ template