dune-grid
2.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune-grid
dune
grid
common
exceptions.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef DUNE_GRID_EXCEPTIONS_HH
4
#define DUNE_GRID_EXCEPTIONS_HH
5
6
#include <dune/common/exceptions.hh>
7
8
namespace
Dune
9
{
10
11
// GridError
12
// ---------
13
16
class
GridError
17
:
public
Exception
18
{};
19
20
}
21
22
#endif // #ifndef DUNE_GRID_EXCEPTIONS_HH
Dune
Include standard header files.
Definition:
agrid.hh:59
Dune::GridError
Base class for exceptions in Dune grid modules.
Definition:
exceptions.hh:16
Generated on Fri Sep 25 2015 14:58:54 for dune-grid by
1.8.9.1