ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/gendaylit.c
(Generate patch)

Comparing ray/src/gen/gendaylit.c (file contents):
Revision 2.15 by greg, Mon Nov 18 18:07:16 2013 UTC vs.
Revision 2.16 by greg, Wed Jul 30 17:30:27 2014 UTC

# Line 103 | Line 103 | double  solar_sunrise(int month, int day);
103   double  stadj();
104   int     jdate(int month, int day);
105  
106
107 /* sun calculation constants */
108 extern double   s_latitude;
109 extern double   s_longitude;
110 extern double   s_meridian;
111
106   const double    AU = 149597890E3;
107   const double    solar_constant_e = 1367;    /* solar constant W/m^2 */
108   const double    solar_constant_l = 127500;   /* solar constant lux */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines