Skip to content

Stop code if factor for filter preconditioner out of range

Sebastian Ohlmann requested to merge filter_prec_input into develop

Description

If the factor for the filter preconditioner is below 0.5 or above 1.0, stop the code because it might produce wrong results.

I haven't added a test because this code is only executed when the code fails. Thus expect the code coverage to go down.

Fixes #158 (closed).

Checklist

Edited by Martin Lueders

Merge request reports