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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.65 by greg, Wed Oct 22 20:00:17 2025 UTC vs.
Revision 2.66 by greg, Thu Oct 23 23:34:00 2025 UTC

# Line 1269 | Line 1269 | main(int argc, char *argv[])
1269                  case 'f':               /* special case for -fo, -ff, etc. */
1270                          switch (argv[a][2]) {
1271                          case '\0':              /* cal file */
1272 <                                goto userr;
1272 >                                na = 2;
1273 >                                break;
1274                          case 'o':               /* force output */
1275                                  goto userr;
1276                          case 'a':               /* output format */
# Line 1331 | Line 1332 | main(int argc, char *argv[])
1332                  case 's':
1333                  case 'o':
1334                  case 't':
1335 +                case 'e':
1336                          na = 2;
1337                          break;
1338                  case 'b':               /* special case */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)