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

Bugfix: Adding TM as fallback for missing TX

parent 06cc7805
No related branches found
No related tags found
1 merge request!17Develop
......@@ -79,7 +79,7 @@ public class BremiaLactucaeModelPreprocessor extends ModelRunPreprocessor {
{
BTg = BT;
}
if(BTg.size() != TX.size())
if(BTg.size() != TM.size())
{
BTg = wUtil.calculateLeafWetnessHourSeriesBestEffort(BTg,TM, RR, null,null, UM);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment