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

Comparing ray/src/util/rttree_reduce.c (file contents):
Revision 2.19 by greg, Mon May 11 20:26:12 2020 UTC vs.
Revision 2.20 by greg, Tue Jun 30 17:18:22 2020 UTC

# Line 402 | Line 402 | main(int argc, char *argv[])
402          if (recipavg)
403                  do_reciprocity();
404          if (doheader) {
405 <                for (i = 0; i < argc; i++) {
406 <                        fputs(argv[i], stdout);
407 <                        fputc(i < argc-1 ? ' ' : '\n', stdout);
408 <                }
405 >                newheader("RADIANCE", stdout);
406 >                printargs(argc, argv, stdout);
407 >                fputnow(stdout);
408 >                fputformat("ascii", stdout);
409                  fputc('\n', stdout);
410          }
411          gtree.kid = NULL;               /* create our tree */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines