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.38 by greg, Thu Jan 20 17:35:03 2022 UTC vs.
Revision 2.39 by greg, Thu Mar 3 03:55:13 2022 UTC

# Line 456 | Line 456 | do_reorder(const MEMLOAD *mp)
456          if (o_header) {                         /* finish header? */
457                  printf("NROWS=%d\n", no_rows);
458                  printf("NCOLS=%d\n", no_columns);
459 +                fputformat(fmtid, stdout);
460                  fputc('\n', stdout);
461          }
462                                                  /* reorder records */
# Line 500 | Line 501 | do_resize(FILE *fp)
501                          printf("NROWS=%d\n", no_rows);
502                  if (no_columns > 0)
503                          printf("NCOLS=%d\n", no_columns);
504 +                fputformat(fmtid, stdout);
505                  fputc('\n', stdout);
506          }
507                                                  /* sanity checks */
# Line 728 | Line 730 | main(int argc, char *argv[])
730                          newheader("RADIANCE", stdout);
731                  printargs(a, argv, stdout);
732                  printf("NCOMP=%d\n", n_comp);
731                fputformat(fmtid, stdout);
733          }
734          if (transpose | check | (outLevels > 1) || (o_header && no_rows <= 0)) {
735                  MEMLOAD myMem;                  /* need to map into memory */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines