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 5059f66bad
commit e1be710526

View File

@ -63,7 +63,7 @@ namespace Opm
template <class SatFuncSet> template <class SatFuncSet>
template<class T> template<class T>
void SaturationPropsFromDeck<SatFuncSet>::init(Opm::DeckConstPtr deck, void SaturationPropsFromDeck<SatFuncSet>::init(Opm::DeckConstPtr deck,
Opm::EclipseStateConstPtr eclState, Opm::EclipseStateConstPtr /*eclState*/,
int number_of_cells, int number_of_cells,
const int* global_cell, const int* global_cell,
const T& begin_cell_centroids, const T& begin_cell_centroids,