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

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

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14   #include  <stdio.h>
15  
16  
17 + #ifndef atof
18 + extern double atof();
19 + #endif
20 +
21   char  *mtype;           /* material type */
22  
23   char  *name;            /* name */
# Line 23 | Line 27 | main(argc, argv)
27   int  argc;
28   char  **argv;
29   {
26        double  atof();
30          double  p0[3], p1[3], r0[3], r1[3];
31          double  rad, inc;
32          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines