Merge pull request #853 from atgeirr/fix-init-order
Match init order to member order.
This commit is contained in:
commit
11062bf13a
@ -44,8 +44,8 @@ namespace Opm {
|
|||||||
, solver_restart_max_( param.getDefault("solver.restart", int(10) ) )
|
, solver_restart_max_( param.getDefault("solver.restart", int(10) ) )
|
||||||
, solver_verbose_( param.getDefault("solver.verbose", bool(true) ) )
|
, solver_verbose_( param.getDefault("solver.verbose", bool(true) ) )
|
||||||
, timestep_verbose_( param.getDefault("timestep.verbose", bool(true) ) )
|
, timestep_verbose_( param.getDefault("timestep.verbose", bool(true) ) )
|
||||||
, full_timestep_initially_( param.getDefault("full_timestep_initially", bool(false) ) )
|
|
||||||
, last_timestep_( -1.0 )
|
, last_timestep_( -1.0 )
|
||||||
|
, full_timestep_initially_( param.getDefault("full_timestep_initially", bool(false) ) )
|
||||||
{
|
{
|
||||||
// valid are "pid" and "pid+iteration"
|
// valid are "pid" and "pid+iteration"
|
||||||
std::string control = param.getDefault("timestep.control", std::string("pid+iteration") );
|
std::string control = param.getDefault("timestep.control", std::string("pid+iteration") );
|
||||||
|
Loading…
Reference in New Issue
Block a user