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 1.3 by greg, Tue Mar 26 13:02:17 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};
# Line 63 | Line 66 | main(argc, argv)
66   int  argc;
67   char  *argv[];
68   {
66        double  atof();
69          int  i;
70  
71          progname = argv[0];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines