3#ifndef DUNE_GEOMETRY_DIMENSION_HH
4#define DUNE_GEOMETRY_DIMENSION_HH
13 :
public std::integral_constant<int,dim>
21 :
public std::integral_constant<int,codim>
Dune namespace.
Definition: alignedallocator.hh:10
Static tag representing a codimension.
Definition: dimension.hh:22
Static tag representing a dimension.
Definition: dimension.hh:14