dune-pdelab  2.5-dev
ensureistlinclude.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil -*-
2 
3 #ifndef DOXYGEN
4 
5 // this whole file is an implementation detail and should never be included directly!
6 
7 #ifndef _DUNE_PDELAB_HAVE_LOWERCASE_ISTL_NAMESPACE
8 #define _DUNE_PDELAB_HAVE_LOWERCASE_ISTL_NAMESPACE
9 
11 namespace Dune {
12  namespace PDELab {
13  namespace ISTL {}
14  namespace istl {
15  using namespace Dune::PDELab::ISTL;
16  }
17  }
18 }
19 
20 #endif // _DUNE_PDELAB_HAVE_LOWERCASE_ISTL_NAMESPACE
21 
22 #if not defined (DUNE_PDELAB_BACKEND_ISTL_HH) and not defined (_DUNE_PDELAB_SUPPRESS_ISTL_HH_WARNING)
23 
24 #warning Directly including files from dune/pdelab/backend/istl/ is deprecated in PDELab 2.5.0 and will not be supported \
25  after that release, please switch to only including dune/pdelab/backend/istl.hh instead
26 
27 #endif // not defined (DUNE_PDELAB_BACKEND_ISTL_HH) and not defined (_DUNE_PDELAB_SUPPRESS_ISTL_HH_WARNING)
28 
29 #endif // DOXYGEN
Definition: bcrsmatrix.hh:17
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27