diff --git a/opm/simulators/flow/FlowMain.hpp b/opm/simulators/flow/FlowMain.hpp index 8ceb0553f..6dd29b088 100644 --- a/opm/simulators/flow/FlowMain.hpp +++ b/opm/simulators/flow/FlowMain.hpp @@ -115,7 +115,7 @@ namespace Opm { // hide the parameters unused by flow. TODO: this is a pain to maintain Parameters::hideParam(); - Parameters::hideParam(); + Parameters::Hide(); // this parameter is actually used in eWoms, but the flow well model // hard-codes the assumption that the intensive quantities cache is enabled,