Remove enable switch for tracer support

This commit is contained in:
Joakim Hove
2021-12-01 10:26:41 +01:00
parent 90f2445557
commit 8c8b764aa2
4 changed files with 3 additions and 22 deletions
+1 -2
View File
@@ -105,8 +105,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);
prepareTracerBatches();