Skip to content
Snippets Groups Projects
Commit c91dc3ca authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Minor changes

Minor changes
parent 4817e250
Branches
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ public class AlternariaModel extends I18nImpl implements Model{
int counterLwHourly = 0;
for(WeatherObservation wo: altenariaWeatherLIstHourly_lw)
{
if(wo.getValue() >= THRESHOLD )
if(wo.getValue() >= THRESHOLD_LW )
{
counterLwHourly = counterLwHourly + 1;
}
......@@ -497,7 +497,12 @@ public class AlternariaModel extends I18nImpl implements Model{
dateHourlyLw_previousDay = dateHourlyLw_currentDay;
}
/*
Gson gson = new Gson();
System.out.println("Data matrix in JSON : "+gson.toJson(dataMatrix));
*/
//System.out.println("Data matrix : "+dataMatrix );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment