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.4 by greg, Mon Aug 2 14:22:56 1993 UTC vs.
Revision 2.5 by greg, Sat Feb 22 02:07:23 2003 UTC

# Line 1 | Line 1
1 /* Copyright (c) 1986 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   *  genbeads.c - generate a string of spheres using Hermite
6   *              curve specification.
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   */
10  
11   #include  <stdio.h>
12 + #include <stdlib.h>
13   #include  <math.h>
14  
15   char  *mtype;           /* material type */
16  
17   char  *name;            /* name */
20
21 #ifdef  DCL_ATOF
22 extern double  atof();
23 #endif
18  
19  
20   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines