Issue warning if unknown parameters are given

This commit is contained in:
Roland Kaufmann 2013-09-19 13:09:03 +02:00
parent 82cf04d9f1
commit 13705d0394

View File

@ -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;