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.3 by greg, Mon Aug 2 14:35:13 1993 UTC vs.
Revision 2.4 by greg, Sat Feb 22 02:07:30 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1991 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   *  makedist.c - program to make a source distribution.
6   *
# Line 20 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17  
18   #include  <stdio.h>
19  
20 + #include <stdlib.h>
21 +
22   #include  "random.h"
23  
24   #include  "setscan.h"
# Line 39 | Line 38 | int  rtargc = 2;
38  
39   #define  passarg(s)     (rtargv[rtargc++] = s)
40  
42 #ifdef  DCL_ATOF
43 extern double  atof();
44 #endif
45                                        /* default angles */
41   ANGLE  alpha[181] = {10, 25, 40, 55, 70, 85, AEND};
42   ANGLE  beta[361] = {0,30,60,90,120,150,180,210,240,270,300,330,AEND};
43  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines