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.19 by gwlarson, Thu Apr 23 16:27:05 1998 UTC vs.
Revision 2.20 by greg, Sat Feb 22 02:07:23 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1992 Regents of the University of California */
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
6
4   /*
5   *  gensky.c - program to generate sky functions.
6   *              Our zenith is along the Z-axis, the X-axis
# Line 15 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 + #include  <stdlib.h>
16 +
17 + #include  <string.h>
18 +
19   #include  <math.h>
20  
21   #include  <ctype.h>
22  
23   #include  "color.h"
24  
24 extern char  *strcpy(), *strcat(), *malloc();
25   extern double  stadj(), sdec(), sazi(), salt(), tz2mer();
26  
27   #ifndef  PI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines