diff --git a/dune/grid/polyhedralgrid/dgfparser.hh b/dune/grid/polyhedralgrid/dgfparser.hh index bd07e4014..bf06377f1 100644 --- a/dune/grid/polyhedralgrid/dgfparser.hh +++ b/dune/grid/polyhedralgrid/dgfparser.hh @@ -71,7 +71,7 @@ namespace Dune const typename DGFBoundaryParameter::type & boundaryParameter ( const Intersection &intersection ) const { - return 0.0; + return DGFBoundaryParameter::defaultValue(); } template< class Entity >