mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixes unused variable warning.
This commit is contained in:
@@ -131,7 +131,6 @@ doInit(bool enabled, size_t numGridDof,
|
|||||||
size_t gasPhaseIdx, size_t oilPhaseIdx, size_t waterPhaseIdx)
|
size_t gasPhaseIdx, size_t oilPhaseIdx, size_t waterPhaseIdx)
|
||||||
{
|
{
|
||||||
const auto& tracers = eclState_.tracer();
|
const auto& tracers = eclState_.tracer();
|
||||||
const auto& comm = gridView_.comm();
|
|
||||||
|
|
||||||
if (tracers.size() == 0)
|
if (tracers.size() == 0)
|
||||||
return; // tracer treatment is supposed to be disabled
|
return; // tracer treatment is supposed to be disabled
|
||||||
|
|||||||
Reference in New Issue
Block a user