My Project
declaration.hh
1 // -*- mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=2 sw=2 sts=2:
3 #ifndef DUNE_POLYHEDRALGRID_DECLARATION_HH
4 #define DUNE_POLYHEDRALGRID_DECLARATION_HH
5 
6 namespace Dune
7 {
8 
9  template< int dim, int dimworld, typename coord_t = double >
10  class PolyhedralGrid;
11 
12 } // namespace Dune
13 
14 #endif // #ifndef DUNE_POLYHEDRALGRID_DECLARATION_HH
Copyright 2019 Equinor AS.
Definition: CartesianIndexMapper.hpp:10