Staticise polymerInflowAtTime() to avoid warning about missing declaration.

This commit is contained in:
Bård Skaflestad 2012-02-20 13:58:56 +01:00
parent b84c957e2b
commit aebf500789

View File

@ -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) { if (time >= 300.0*Opm::unit::day && time < 800.0*Opm::unit::day) {
return 5.0; return 5.0;