mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-04 13:36:57 -06:00
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
e6e2c9a330
commit
166cd0fe6b
@ -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