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

Comparing ray/src/rt/rv2.c (file contents):
Revision 1.12 by greg, Fri Oct 27 11:48:19 1989 UTC vs.
Revision 1.13 by greg, Fri Jan 5 18:04:25 1990 UTC

# Line 605 | Line 605 | char  *s;
605          fprintview(&ourview, fp);
606          putc('\n', fp);
607          if (exposure != 1.0)
608 <                fprintf(fp, "EXPOSURE=%e\n", exposure);
608 >                fputexpos(exposure, fp);
609          putc('\n', fp);
610          fputresolu(YMAJOR|YDECR, ourview.hresolu, ourview.vresolu, fp);
611  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines