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

Comparing ray/src/px/greyscale.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:51:48 1991 UTC vs.
Revision 2.3 by greg, Fri Jun 4 14:46:44 1993 UTC

# Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL";
12  
13   #include  <stdio.h>
14  
15 + #include  <math.h>
16 +
17   #include  "color.h"
18  
19  
# Line 23 | Line 25 | int  argc;
25   char  *argv[];
26   {
27          COLOR  col;
28 <        double  d1,d2,d3, log();
28 >        double  d1,d2,d3;
29          int  i;
30  
31          printargs(argc, argv, stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines