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

Comparing ray/src/util/rcollate.c (file contents):
Revision 2.29 by greg, Sat Oct 20 15:02:51 2018 UTC vs.
Revision 2.30 by greg, Tue Feb 5 17:13:00 2019 UTC

# Line 605 | Line 605 | main(int argc, char *argv[])
605                  }
606          } else if (!check_sizes())
607                  return(1);
608 <        if (o_header) {                         /* write header */
608 >        if (o_header) {                         /* write/add to header */
609 >                if (!i_header)
610 >                        newheader("RADIANCE", stdout);
611                  printargs(a, argv, stdout);
612                  if (no_rows > 0)
613                          printf("NROWS=%d\n", no_rows);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines