Merge pull request #3717 from joakim-hove/enable-tracer

Suggestion: Remove enable switch for tracer support
This commit is contained in:
Tor Harald Sandve
2021-12-06 09:10:38 +01:00
committed by GitHub
4 changed files with 3 additions and 22 deletions

View File

@@ -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);
}