Skip to content

Commit

Permalink
[PolyhedralGrid] remove "using Base::getRealImplementation"
Browse files Browse the repository at this point in the history
to fix compilation with dune-master.
  • Loading branch information
blattms committed Mar 12, 2020
1 parent c74d1b3 commit 23b6290
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 23b6290

Please sign in to comment.