Skip to content
Snippets Groups Projects
Commit 8ef336a6 authored by jtn's avatar jtn
Browse files

Changed high risk message threshold.

parent 1e91d731
Branches
Tags
2 merge requests!4Aalto spring2019,!2Aalto spring2019
......@@ -48,7 +48,7 @@ public class FinnCerealModels implements Model {
// warning status limits; these define the upper limits for the corresponding risk category
private int noRisk = 50; // no risk warning required
private int lowRisk = 100; // low risk warning; if the value is higher than this high risk warning is given
private int lowRisk = 75; // low risk warning; if the value is higher than this high risk warning is given
@Override
public String getCopyright() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment