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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.51 by greg, Mon May 17 17:03:53 2010 UTC vs.
Revision 2.52 by greg, Fri May 28 22:36:19 2010 UTC

# Line 278 | Line 278 | init(                  /* set up output file and start rpict */
278                  fputs(VIEWSTR, fp);
279                  fprintview(&ourview, fp);
280                  putc('\n', fp);
281 +                fputnow(fp);
282                  if (pixaspect < .99 || pixaspect > 1.01)
283                          fputaspect(pixaspect, fp);
284                  fputformat(COLRFMT, fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines