derping fixxed
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user