dune-fem  2.4.1-rc
space/mapper/exceptions.hh
Go to the documentation of this file.
1 #ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
2 #define DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
3 
4 #include <dune/common/exceptions.hh>
5 
6 namespace Dune
7 {
8 
9  namespace Fem
10  {
11 
13  : public Dune::Exception
14  {};
15 
16  } // namespace Fem
17 
18 } // namespace Dune
19 
20 #endif // #ifndef DUNE_FEM_SPACE_DOFMAPPER_EXCEPTIONS_HH
Definition: coordinate.hh:4
Definition: space/mapper/exceptions.hh:12