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.21 by greg, Sun Oct 14 11:04:56 1990 UTC vs.
Revision 1.22 by greg, Fri Apr 19 12:45:34 1991 UTC

# Line 601 | Line 601 | char  *s;
601                  fputexpos(exposure, fp);
602          if (dev->pixaspect != 1.0)
603                  fputaspect(dev->pixaspect, fp);
604 +        fputformat(COLRFMT, fp);
605          putc('\n', fp);
606          fputresolu(YMAJOR|YDECR, hresolu, vresolu, fp);
607  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines