derping fixxed

This commit is contained in:
Groamer
2014-10-14 10:00:37 +02:00
parent 61ad6672fb
commit 6212671133
+5
View File
@@ -155,6 +155,11 @@ public class Calculator {
return tijd; return tijd;
} }
public static double solarRad(short mval){
double zonSterkte = mval;
return zonSterkte;
}
//windchill in graden Celcius //windchill in graden Celcius
//Janco en Keneth //Janco en Keneth
public static double windChill(short grdnFh, short mph) public static double windChill(short grdnFh, short mph)