Issue warning if unknown parameters are given
This commit is contained in:
parent
82cf04d9f1
commit
13705d0394
@ -226,6 +226,9 @@ try
|
||||
Opm::WellState well_state;
|
||||
well_state.init(wells->c_wells(), state);
|
||||
|
||||
// Check if we have misspelled anything
|
||||
warnIfUnusedParams(param);
|
||||
|
||||
// Main solvers.
|
||||
Opm::time::StopWatch pressure_timer;
|
||||
double ptime = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user