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.2 by greg, Thu Dec 19 15:07:08 1991 UTC vs.
Revision 2.3 by greg, Fri Jun 4 14:29:20 1993 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12   */
13  
14   #include  <stdio.h>
15 + #include  <math.h>
16  
16
17 #ifndef atof
18 extern double atof();
19 #endif
20
17   char  *mtype;           /* material type */
18  
19   char  *name;            /* name */
# Line 68 | Line 64 | double  r1[3];
64   double  rad;
65   double  inc;
66   {
71        double  sqrt();
67          register int  i;
68          double  v[3];
69          double  t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines