Remove warning about missing function declaration.
This commit is contained in:
parent
b0bdd2e422
commit
20b58124c1
@ -45,7 +45,7 @@ void printCompressibilityTerms(double p, const Opm::BlackoilFluid::FluidState& s
|
||||
}
|
||||
#endif
|
||||
|
||||
void printSatsEtc(double p, const Opm::BlackoilFluid::FluidState& state)
|
||||
static void printSatsEtc(double p, const Opm::BlackoilFluid::FluidState& state)
|
||||
{
|
||||
std::cout.precision(6);
|
||||
std::cout.width(15);
|
||||
|
Loading…
Reference in New Issue
Block a user