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

Comparing ray/src/gen/gensky.c (file contents):
Revision 2.10 by greg, Fri Jun 4 14:30:24 1993 UTC vs.
Revision 2.11 by greg, Mon Jun 7 14:51:22 1993 UTC

# Line 147 | Line 147 | computesky()                   /* compute sky parameters */
147                          st = hour + stadj(jd);
148                  altitude = salt(sd, st);
149                  azimuth = sazi(sd, st);
150 +                printf("# Solar altitude and azimuth: %f %f\n",
151 +                                180./PI*altitude, 180./PI*azimuth);
152          }
153          if (!cloudy && altitude > 87.*PI/180.) {
154                  fprintf(stderr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines