mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 01:31:00 -06:00
Silence unused argument warning.
This commit is contained in:
parent
64107ecc1b
commit
06382498d2
@ -590,8 +590,8 @@ namespace Opm
|
||||
template <class Region,
|
||||
class CellRange>
|
||||
std::vector<double>
|
||||
temperature(const UnstructuredGrid& G,
|
||||
const Region& reg,
|
||||
temperature(const UnstructuredGrid& /* G */,
|
||||
const Region& /* reg */,
|
||||
const CellRange& cells)
|
||||
{
|
||||
// use the standard temperature for everything for now
|
||||
|
Loading…
Reference in New Issue
Block a user