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

Comparing ray/src/util/makedist.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:56:34 1991 UTC vs.
Revision 2.3 by greg, Mon Aug 2 14:35:13 1993 UTC

# Line 39 | Line 39 | int  rtargc = 2;
39  
40   #define  passarg(s)     (rtargv[rtargc++] = s)
41  
42 + #ifdef  DCL_ATOF
43 + extern double  atof();
44 + #endif
45                                          /* default angles */
46   ANGLE  alpha[181] = {10, 25, 40, 55, 70, 85, AEND};
47   ANGLE  beta[361] = {0,30,60,90,120,150,180,210,240,270,300,330,AEND};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines