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

Comparing ray/src/px/pextrem.c (file contents):
Revision 2.2 by greg, Mon Sep 21 12:14:03 1992 UTC vs.
Revision 2.4 by gwlarson, Tue Oct 27 09:08:26 1998 UTC

# Line 9 | Line 9 | static char SCCSid[] = "$SunId$ LBL";
9   */
10  
11   #include  <stdio.h>
12 + #include  <math.h>
13   #ifdef MSDOS
14   #include  <fcntl.h>
15   #endif
# Line 36 | Line 37 | char  *s;
37                  wrongformat = strcmp(fmt, COLRFMT);
38          }
39          if (!orig)
40 <                return;
40 >                return(0);
41          if (isexpos(s)) {                       /* exposure */
42                  d = exposval(s);
43                  scalecolor(expos, d);
# Line 44 | Line 45 | char  *s;
45                  colcorval(ctmp, s);
46                  multcolor(expos, ctmp);
47          }
48 +        return(0);
49   }
50  
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines