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.3 by greg, Mon Sep 21 12:15:17 1992 UTC vs.
Revision 2.5 by greg, Fri Jun 4 14:47:53 1993 UTC

# Line 4 | Line 4
4   static char SCCSid[] = "$SunId$ LBL";
5   #endif
6  
7 + /*
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:
# Line 17 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19   */
20  
21   #include  <stdio.h>
22 + #include  <math.h>
23   #ifdef MSDOS
24   #include  <fcntl.h>
25   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines