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

Comparing ray/src/px/pvalue.c (file contents):
Revision 1.2 by greg, Tue Sep 12 13:04:30 1989 UTC vs.
Revision 1.3 by greg, Fri Jan 5 17:52:54 1990 UTC

# Line 158 | Line 158 | char  *line;
158   {
159          if (header)
160                  fputs(line, stdout);
161 <        if (!strncmp(line, "EXPOSURE=", 9))
162 <                exposure *= atof(line+9);
161 >        if (isexpos(line))
162 >                exposure *= exposval(line);
163   }
164  
165  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines