Suppress unused argument warning.
The eclState argument was added in PR#634, and may be needed later. Until then, this silences the warning generated.
This commit is contained in:
parent
5059f66bad
commit
e1be710526
@ -63,7 +63,7 @@ namespace Opm
|
||||
template <class SatFuncSet>
|
||||
template<class T>
|
||||
void SaturationPropsFromDeck<SatFuncSet>::init(Opm::DeckConstPtr deck,
|
||||
Opm::EclipseStateConstPtr eclState,
|
||||
Opm::EclipseStateConstPtr /*eclState*/,
|
||||
int number_of_cells,
|
||||
const int* global_cell,
|
||||
const T& begin_cell_centroids,
|
||||
|
Loading…
Reference in New Issue
Block a user