mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 10:10:59 -06:00
Silence unused argument warning.
This commit is contained in:
parent
64107ecc1b
commit
06382498d2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user