BlackoilModelEbos: remove redundant constructor parameters

This commit is contained in:
Andreas Lauser
2016-08-09 14:47:24 +02:00
parent 626d3e1da5
commit 8e81023e1d
2 changed files with 2 additions and 8 deletions

View File

@@ -353,8 +353,6 @@ protected:
rock_comp_props_,
well_model,
solver_,
has_disgas_,
has_vapoil_,
terminal_output_));
return std::unique_ptr<Solver>(new Solver(solver_param_, std::move(model)));