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.3 by greg, Fri Jun 4 14:46:44 1993 UTC vs.
Revision 2.6 by greg, Sat Feb 22 02:07:27 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   *  greyscale.c - program to produce grey test levels.
6   *
# Line 62 | Line 59 | char  *argv[];
59   greyscale(col0)                 /* output our grey scale */
60   COLOR  col0;
61   {
65        double  exp();
62          COLOR  col1, col2, scanline[512];
63          double  x;
64          int  j;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines