Skip to content
Snippets Groups Projects

Aalto spring2019

Closed Tor-Einar Skog requested to merge Aalto_spring2019 into master
3 files
+ 17
5
Compare changes
  • Side-by-side
  • Inline
Files
3
  • fc823eec
    Minor modifications to the model · fc823eec
    jtn authored
    Inn FinnCerealModels the different risk levels have been added. Now the
    model will give a low level warning if accumulated risk is over 50 and a
    high level warning if the accumulated risk is over 100.
    The model-constants has been modified to use new values for calculating
    the accumulated risk value from the daily risk value.
@@ -19,6 +19,8 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.maxProblemPerUnit=100
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
org.eclipse.jdt.core.incompleteClasspath=error
Loading