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

Comparing ray/src/px/aedimage.c (file contents):
Revision 1.5 by greg, Fri Oct 20 20:35:57 1989 UTC vs.
Revision 1.6 by greg, Fri Jan 5 17:52:49 1990 UTC

# Line 169 | Line 169 | userr:
169   checkhead(line)                         /* deal with line from header */
170   char  *line;
171   {
172 <        if (!strncmp(line, "EXPOSURE=", 9))
173 <                exposure *= atof(line+9);
172 >        if (isexpos(line))
173 >                exposure *= exposval(line);
174   }
175  
176  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines