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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.3 by greg, Mon Sep 21 12:15:13 1992 UTC vs.
Revision 2.4 by greg, Fri Oct 2 16:26:39 1992 UTC

# Line 9 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   */
10  
11   #include  <stdio.h>
12 + #include  <math.h>
13 + #include  "color.h"
14 + #include  "resolu.h"
15 +
16   #ifdef MSDOS
17   #include  <fcntl.h>
18   #endif
19  
16 #include  "color.h"
17 #include  "resolu.h"
18
20   extern char  *malloc();
21  
22   int  bradj = 0;                         /* brightness adjustment */
# Line 89 | Line 90 | char  *err;
90  
91   transfer()              /* transfer Radiance picture */
92   {
92        extern double   pow();
93          int     order;
94          int     xmax, ymax;
95          COLR    *scanin;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines