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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.56 by greg, Thu Feb 8 02:26:01 2024 UTC vs.
Revision 2.57 by greg, Tue Mar 19 10:48:05 2024 UTC

# Line 1305 | Line 1305 | main(int argc, char *argv[])
1305                                  if (sampcnt <= 0)
1306                                          goto userr;
1307                                  na = 0;         /* we re-add this later */
1308 <                                break;
1308 >                                continue;
1309                          }
1310 <                        continue;
1310 >                        break;
1311                  case 'I':               /* only for pass-through mode */
1312                  case 'i':
1313                          iropt = argv[a];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines