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:
parent
7327a6b429
commit
e3787b1ca8
@ -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
|
||||
// variable
|
||||
|
Loading…
Reference in New Issue
Block a user