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

Add a bit of optional DEBUG output

parent 10cafdf1
Branches
Tags
No related merge requests found
......@@ -323,6 +323,7 @@ public class DOWNCASTModel extends I18nImpl implements Model {
if(DEBUG) System.out.println("currentHour=" + currentHour);
// Checking temperature criterium
Double TM = this.dataMatrix.getParamDoubleValueForDate(currentHour, WeatherElements.TEMPERATURE_MEAN);
if(DEBUG) System.out.println("TM=" + TM);
if(currentHour.before(aDay))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment