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

Comparing ray/src/gen/genmarble.c (file contents):
Revision 2.4 by greg, Mon Aug 2 14:23:03 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   *  genmarble.c - generate a marble with bubbles inside.
6   *
# Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9  
10   #include  <stdio.h>
11  
12 + #include <stdlib.h>
13 +
14   #include  <math.h>
15  
16   #include  "random.h"
# Line 21 | Line 20 | static char SCCSid[] = "$SunId$ LBL";
20   typedef double  FVECT[3];
21  
22   double  bubble();       /* pretty cute, huh? */
24
25 #ifdef  DCL_ATOF
26 extern double  atof();
27 #endif
23  
24  
25   main(argc, argv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines