dune-grid 2.8.0
Loading...
Searching...
No Matches
declaration.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_GEOGRID_DECLARATION_HH
4#define DUNE_GEOGRID_DECLARATION_HH
5
6namespace Dune
7{
8
9 template< class HostGrid, class CoordFunction, class Allocator >
10 class GeometryGrid;
11
12} // namespace Dune
13
14#endif // #ifndef DUNE_GEOGRID_DECLARATION_HH
Include standard header files.
Definition: agrid.hh:58