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:
Atgeirr Flø Rasmussen 2014-08-27 19:44:32 +02:00
parent e6e2c9a330
commit 166cd0fe6b

View File

@ -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,