mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Fix unused argument warnings.
This commit is contained in:
parent
85cfd8da2a
commit
131bbd5846
@ -80,7 +80,7 @@ public:
|
|||||||
/*!
|
/*!
|
||||||
* \brief Returns the temperature [K] of a phase for the current cell index.
|
* \brief Returns the temperature [K] of a phase for the current cell index.
|
||||||
*/
|
*/
|
||||||
Scalar temperature(int phaseIdx) const
|
Scalar temperature(int /* phaseIdx */) const
|
||||||
{ return temperature_[arrayIdx_]; }
|
{ return temperature_[arrayIdx_]; }
|
||||||
|
|
||||||
// TODO (?) pressure, composition, etc
|
// TODO (?) pressure, composition, etc
|
||||||
|
Loading…
Reference in New Issue
Block a user