Silence some warnings.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-11-27 07:20:06 +01:00
parent 7e05127c48
commit 7edd081175

View File

@ -314,7 +314,7 @@ void computeMaxDp(std::map<std::pair<int, int>, double>& maxDp,
template <class Grid>
std::vector<double> thresholdPressures(const DeckConstPtr& deck,
std::vector<double> thresholdPressures(const DeckConstPtr& /* deck */,
EclipseStateConstPtr eclipseState,
const Grid& grid,
const std::map<std::pair<int, int>, double>& maxDp)