Skip to content
Snippets Groups Projects
Commit 3cbb18ff authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Weather parameter refactoring

parent 556b4de7
Branches
Tags
No related merge requests found
Pipeline #59 failed
...@@ -322,7 +322,7 @@ public class AppleScabModel extends I18nImpl implements Model{ ...@@ -322,7 +322,7 @@ public class AppleScabModel extends I18nImpl implements Model{
case WeatherElements.PRECIPITATION: case WeatherElements.PRECIPITATION:
this.RR.add(o); this.RR.add(o);
break; break;
case WeatherElements.LEAF_WETNESS: case WeatherElements.LEAF_WETNESS_DURATION:
this.BT.add(o); this.BT.add(o);
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment