Skip to content

Commit

Permalink
Merge pull request #273 from atgeirr/fix-dgfparser-compile
Browse files Browse the repository at this point in the history
Make dgfparser.hh compile with Clang.
  • Loading branch information
atgeirr authored Apr 28, 2017
2 parents 60e6d7d + ec037fc commit 770e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune/grid/polyhedralgrid/dgfparser.hh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace Dune
const typename DGFBoundaryParameter::type &
boundaryParameter ( const Intersection &intersection ) const
{
return 0.0;
return DGFBoundaryParameter::defaultValue();
}

template< class Entity >
Expand Down

0 comments on commit 770e083

Please sign in to comment.