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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.63 by greg, Wed Jul 3 17:06:57 2024 UTC vs.
Revision 2.64 by greg, Wed Jul 3 17:18:17 2024 UTC

# Line 171 | Line 171 | main(
171                                          break;
172                                  pixaspect = atof(argv[++i]);
173                                  continue;
174 +                        case 'S':
175 +                                fprintf(stderr, "%s: -S unsupported\n", argv[0]);
176 +                                i++;
177 +                                continue;
178                          case 'T':               /* time limit (hours) */
179                                  if (argv[i][2])
180                                          break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines