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

Comparing ray/src/gen/gendaymtx.c (file contents):
Revision 2.28 by greg, Tue Jun 25 17:06:36 2019 UTC vs.
Revision 2.29 by greg, Wed Aug 14 21:00:14 2019 UTC

# Line 558 | Line 558 | main(int argc, char *argv[])
558                  printf("NROWS=%d\n", nskypatch);
559                  printf("NCOLS=%d\n", nstored);
560                  printf("NCOMP=3\n");
561 +                if ((outfmt == 'f') | (outfmt == 'd'))
562 +                        fputendian(stdout);
563                  fputformat((char *)getfmtname(outfmt), stdout);
564                  putchar('\n');
565          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines