mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Avoid unused argument warning.
This commit is contained in:
parent
8265e0f07d
commit
c64222ce33
@ -34,7 +34,7 @@ namespace Opm
|
|||||||
|
|
||||||
template <class Grid>
|
template <class Grid>
|
||||||
inline void distributeGridAndData( Grid& ,
|
inline void distributeGridAndData( Grid& ,
|
||||||
Opm::EclipseStateConstPtr eclipseState,
|
Opm::EclipseStateConstPtr ,
|
||||||
BlackoilState& ,
|
BlackoilState& ,
|
||||||
BlackoilPropsAdFromDeck& ,
|
BlackoilPropsAdFromDeck& ,
|
||||||
DerivedGeology&,
|
DerivedGeology&,
|
||||||
|
Loading…
Reference in New Issue
Block a user