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.56 by greg, Thu Dec 5 03:02:56 2013 UTC vs.
Revision 2.57 by greg, Tue Aug 21 17:46:09 2018 UTC

# Line 279 | Line 279 | init(                  /* set up output file and start rpict */
279          normaspect(viewaspect(&ourview)*hmult/vmult, &pixaspect, &hres, &vres);
280          if (!nowarn && (hr != hres*hmult) | (vr != vres*vmult))
281                  fprintf(stderr,
282 <                "%s: warning - resolution changed from %dx%d to %dx%d\n",
282 >                "%s: warning - changed resolution from %dx%d to %dx%d\n",
283                                  progname, hr, vr, hres*hmult, vres*vmult);
284          sprintf(hrbuf, "%d", hres);
285          rpargv[rpargc++] = "-x"; rpargv[rpargc++] = hrbuf;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines