mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove long-disabled parameter setup code
This was copy-pasted into the class at its inception (a94f1921
) and
never used thereafter. If we need it we can bring it back in
modified form at a later stage.
This commit is contained in:
parent
1e7967aeb1
commit
91567a9857
@ -206,10 +206,6 @@ namespace Opm
|
|||||||
gravity_(gravity),
|
gravity_(gravity),
|
||||||
geo_(geo),
|
geo_(geo),
|
||||||
solver_(param, grid_, props_, geo_, rock_comp_props, *wells_manager.c_wells(), linsolver, has_disgas, has_vapoil)
|
solver_(param, grid_, props_, geo_, rock_comp_props, *wells_manager.c_wells(), linsolver, has_disgas, has_vapoil)
|
||||||
/* param.getDefault("nl_pressure_residual_tolerance", 0.0),
|
|
||||||
param.getDefault("nl_pressure_change_tolerance", 1.0),
|
|
||||||
param.getDefault("nl_pressure_maxiter", 10),
|
|
||||||
gravity, */
|
|
||||||
{
|
{
|
||||||
// For output.
|
// For output.
|
||||||
output_ = param.getDefault("output", true);
|
output_ = param.getDefault("output", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user