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

Comparing ray/src/util/rcomb.c (file contents):
Revision 2.14 by greg, Wed May 22 15:38:04 2024 UTC vs.
Revision 2.15 by greg, Thu May 23 01:28:07 2024 UTC

# Line 922 | Line 922 | main(int argc, char *argv[])
922                                  if (n && !isflt(argv[i+1])) {
923                                          mop[nmats].preop.csym = argv[++i];
924                                          mop[nmats].preop.clen = 0;
925 +                                        mcat_last = 0;
926                                          break;
927                                  }
928                                  if (n > MAXCOMP*MAXCOMP) n = MAXCOMP*MAXCOMP;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines