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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.6 by greg, Fri Jul 10 14:56:24 1992 UTC vs.
Revision 2.7 by greg, Tue Jul 21 10:36:37 1992 UTC

# Line 131 | Line 131 | char  *fname;
131          default:
132                  error(CONSISTENCY, "botched output format");
133          }
134        fputformat(formstr(outform), stdout);
135        putchar('\n');
134          if (hresolu > 0 && vresolu > 0)
135                  fprtresolu(hresolu, vresolu, stdout);
136                                          /* process file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines