Silence unused argument warning.

This commit is contained in:
Atgeirr Flø Rasmussen 2014-12-02 09:17:11 +01:00
parent 64107ecc1b
commit 06382498d2

View File

@ -590,8 +590,8 @@ namespace Opm
template <class Region, template <class Region,
class CellRange> class CellRange>
std::vector<double> std::vector<double>
temperature(const UnstructuredGrid& G, temperature(const UnstructuredGrid& /* G */,
const Region& reg, const Region& /* reg */,
const CellRange& cells) const CellRange& cells)
{ {
// use the standard temperature for everything for now // use the standard temperature for everything for now