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.2 by greg, Thu Feb 2 14:10:41 1989 UTC vs.
Revision 1.3 by greg, Sat Feb 22 02:07:28 2003 UTC

# Line 1 | Line 1
1 /* Copyright 1988 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   *  slide.c - driver for dicomed film recorder using GRAFPAC under VMS.
6   *
# Line 63 | Line 60 | main(argc, argv)
60   int  argc;
61   char  **argv;
62   {
66        extern char  *malloc();
63          FILE  *fin;
64          COLOR  scanline[NCOLS];
65          int  mult;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines