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.6 by greg, Fri Feb 9 19:58:56 2024 UTC vs.
Revision 2.7 by greg, Fri Feb 23 03:47:57 2024 UTC

# Line 870 | Line 870 | main(int argc, char *argv[])
870                  fprintf(stderr, "%s: unsupported output format\n", argv[0]);
871                  return(1);
872          }
873 +        doptimize(1);                   /* optimize definitions */
874                                          /* process & write rows */
875          return(combine_input(&mop[nmats], stdout) ? 0 : 1);
876   stdin_error:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines