mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
anonymize unused parameter
This commit is contained in:
@@ -1108,7 +1108,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Scalar temperature(unsigned globalDofIdx, unsigned timeIdx) const
|
Scalar temperature(unsigned globalDofIdx, unsigned /*timeIdx*/) const
|
||||||
{
|
{
|
||||||
// use the initial temperature of the DOF if temperature is not a primary
|
// use the initial temperature of the DOF if temperature is not a primary
|
||||||
// variable
|
// variable
|
||||||
|
|||||||
Reference in New Issue
Block a user