Skip to content

Commit

Permalink
Give PolyhedralgridIntersection an empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rube051 committed Feb 2, 2021
1 parent 558fdbc commit e27e001
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions opm/grid/polyhedralgrid/intersection.hh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ namespace Dune
intersectionIdx_( -1 )
{}

PolyhedralGridIntersection ( )
: data_( ),
seed_(),
intersectionIdx_( -1 )
{}

PolyhedralGridIntersection ( ExtraData data, const EntitySeed& seed, const int intersectionIdx )
: data_( data ),
seed_( seed ),
Expand Down

0 comments on commit e27e001

Please sign in to comment.