]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warnings about deprecated class
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 31 Oct 2016 19:47:22 +0000 (20:47 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 6 Nov 2016 14:48:56 +0000 (15:48 +0100)
include/deal.II/multigrid/mg_coarse.h

index 4e8c77d1e8bc6f3b59048ca60baa06c516968dce..2d8c6e2605ffdd02c29c89da31e73bb9cd6d134b 100644 (file)
@@ -340,6 +340,7 @@ MGCoarseGridApplySmoother<VectorType>::operator() (const unsigned int level,
 
 /* ------------------ Functions for MGCoarseGridLACIteration ------------ */
 
+DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
 
 template<typename SolverType, class VectorType>
 MGCoarseGridLACIteration<SolverType, VectorType>
@@ -431,6 +432,9 @@ MGCoarseGridLACIteration<SolverType, VectorType>
   matrix = new PointerMatrix<MatrixType, VectorType>(&m);
 }
 
+DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
+
+
 /* ------------------ Functions for MGCoarseGridIterativeSolver ------------ */
 
 template <class VectorType,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.