mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39:09 -06:00
Staticise polymerInflowAtTime() to avoid warning about missing declaration.
This commit is contained in:
parent
b84c957e2b
commit
aebf500789
@ -179,7 +179,7 @@ private:
|
||||
|
||||
|
||||
|
||||
double polymerInflowAtTime(double time)
|
||||
static double polymerInflowAtTime(double time)
|
||||
{
|
||||
if (time >= 300.0*Opm::unit::day && time < 800.0*Opm::unit::day) {
|
||||
return 5.0;
|
||||
|
Loading…
Reference in New Issue
Block a user