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

Comparing ray/src/px/slide.c (file contents):
Revision 1.1 by greg, Thu Feb 2 10:49:39 1989 UTC vs.
Revision 1.3 by greg, Sat Feb 22 02:07:28 2003 UTC

# Line 1 | Line 1
1 /*
2
1   #ifndef lint
2 < static char SCCSid[] = "$SunId$ LBL";
2 > static const char       RCSid[] = "$Id$";
3   #endif
4 + /*
5   *  slide.c - driver for dicomed film recorder using GRAFPAC under VMS.
6   *
7   *     2/19/86
# Line 61 | Line 60 | main(argc, argv)
60   int  argc;
61   char  **argv;
62   {
64        extern char  *malloc();
63          FILE  *fin;
64          COLOR  scanline[NCOLS];
65          int  mult;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines