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.38 by greg, Fri Sep 11 16:50:50 2020 UTC vs.
Revision 2.39 by greg, Fri Mar 11 18:04:39 2022 UTC

# Line 485 | Line 485 | main(int argc, char *argv[])
485                          fprintf(stderr, "%s: %d sky patches\n",
486                                          progname, nskypatch);
487                  if (sunsfp)
488 <                        fprintf(stderr, "%s: outputting suns to file\n",
489 <                                        progname);
488 >                        fprintf(stderr, "%s: outputting suns to %s\n",
489 >                                        progname, sunsfp==stdout ? "stdout" : "file");
490                  if (rotation != 0)
491                          fprintf(stderr, "%s: rotating output %.0f degrees\n",
492                                          progname, rotation);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines