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

Comparing ray/src/cv/bsdfquery.c (file contents):
Revision 2.11 by greg, Sat Dec 28 18:05:14 2019 UTC vs.
Revision 2.12 by greg, Fri Mar 26 22:01:44 2021 UTC

# Line 69 | Line 69 | main(int argc, char *argv[])
69          progname = argv[0];
70          while (argc > 2 && argv[1][0] == '-') {
71                  switch (argv[1][1]) {
72 <                case 'u':                       /* unbuffered output */\
72 >                case 'u':                       /* unbuffered output */
73                          unbuffered = 1;
74                          break;
75                  case 'c':                       /* color output */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines