mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Remove enable switch for tracer support
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user