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

Comparing ray/src/px/ra_skel.c (file contents):
Revision 2.8 by greg, Thu Nov 18 09:55:24 1993 UTC vs.
Revision 2.10 by greg, Tue Apr 5 14:10:52 1994 UTC

# Line 8 | Line 8 | static char SCCSid[] = "$SunId$ LBL";
8   *  Skeletal 24-bit image conversion program.  Replace "skel"
9   *  in this file with a more appropriate image type identifier.
10   *
11 < *  The Makefile entry should look something like this:
11 > *  The Rmakefile entry should look something like this:
12   *      ra_skel:        ra_skel.o
13   *              cc $(CFLAGS) -o ra_skel ra_skel.o -lrt -lm
14   *      ra_skel.o:      ../common/color.h ../common/resolu.h
# Line 87 | Line 87 | char  *argv[];
87                                          /* get their image resolution */
88                  read_skel_head(&xmax, &ymax);
89                                          /* put our header */
90 +                newheader("RADIANCE", stdout);
91                  printargs(i, argv, stdout);
92                  fputformat(COLRFMT, stdout);
93                  putchar('\n');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines