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

Comparing ray/src/util/findglare.c (file contents):
Revision 1.17 by greg, Fri Apr 12 10:28:40 1991 UTC vs.
Revision 1.18 by greg, Thu Apr 18 15:18:22 1991 UTC

# Line 190 | Line 190 | char   *argv[];
190          printargs(argc, argv, stdout);
191          fputs(VIEWSTR, stdout);
192          fprintview(&ourview, stdout);
193 <        printf("\n\n");
193 >        printf("\n");
194 >        fputformat("ASCII", stdout);
195 >        printf("\n");
196          printsources();                         /* print glare sources */
197          printillum();                           /* print illuminances */
198          exit(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines