mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3717 from joakim-hove/enable-tracer
Suggestion: Remove enable switch for tracer support
This commit is contained in:
@@ -120,8 +120,7 @@ public:
|
||||
*/
|
||||
void init(bool rst)
|
||||
{
|
||||
bool enabled = EWOMS_GET_PARAM(TypeTag, bool, EnableTracerModel);
|
||||
this->doInit(enabled, rst, simulator_.model().numGridDof(),
|
||||
this->doInit(rst, simulator_.model().numGridDof(),
|
||||
gasPhaseIdx, oilPhaseIdx, waterPhaseIdx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user