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

Comparing ray/src/gen/genblinds.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:04:36 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 15:07:33 1991 UTC

# Line 21 | Line 21 | static char SCCSid[] = "$SunId$ LBL";
21   #include  <stdio.h>
22   #include  <math.h>
23  
24 + #ifndef atof
25 + extern double  atof();
26 + #endif
27 +
28   #define  PI             3.141592653589793
29   #define  DELTA          5.  /*  MINIMAL SUSTAINED ANGLE IN DEGREES */
30  
# Line 35 | Line 39 | main(argc, argv)
39   int  argc;
40   char  *argv[];
41   {
42 <        double  atof(), fabs();
42 >        double  fabs();
43          double  width, delem, depth, rcurv = 0.0, angle;
44          double  beta, gamma, theta, chi;
45          int     i, j, k, l;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines