Skip to content

Commit

Permalink
Merge pull request #461 from blattms/fix-compile-dune-master-clean
Browse files Browse the repository at this point in the history
[PolyhedralGrid] remove "using Base::getRealImplementation"
  • Loading branch information
akva2 authored Mar 24, 2020
2 parents 1d0697f + 23b6290 commit f342141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opm/grid/polyhedralgrid/grid.hh
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,9 @@ namespace Dune
}

public:
#if DUNE_VERSION_LT_REV(DUNE_GRID, 2, 7, 1)
using Base::getRealImplementation;

#endif
typedef typename Traits :: ExtraData ExtraData;
ExtraData extraData () const { return this; }

Expand Down

0 comments on commit f342141

Please sign in to comment.