mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused function argument.
This commit is contained in:
parent
8bd441f431
commit
ed263ba030
@ -722,7 +722,6 @@ namespace Opm
|
||||
*fis_solver_,
|
||||
FluidSystem::enableDissolvedGas(),
|
||||
FluidSystem::enableVaporizedOil(),
|
||||
eclState(),
|
||||
*output_writer_));
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,6 @@ public:
|
||||
NewtonIterationBlackoilInterface& linsolver,
|
||||
const bool has_disgas,
|
||||
const bool has_vapoil,
|
||||
const EclipseState& /* eclState */,
|
||||
OutputWriter& output_writer)
|
||||
: ebosSimulator_(ebosSimulator),
|
||||
param_(param),
|
||||
|
Loading…
Reference in New Issue
Block a user