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.65 by greg, Wed Aug 21 16:18:54 2024 UTC vs.
Revision 2.66 by greg, Thu Sep 12 23:14:32 2024 UTC

# Line 311 | Line 311 | init(                  /* set up output file and start rpict */
311                  newheader("RADIANCE", fp);      /* create header */
312                  printargs(ac, av, fp);
313                  fprintf(fp, "SOFTWARE= %s\n", VersionID);
314 +                fprintf(fp, "TILED= %d %d\n", hmult, vmult);
315                  fputs(VIEWSTR, fp);
316                  fprintview(&ourview, fp);
317                  fputc('\n', fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines