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.30 by greg, Fri Apr 4 18:18:06 2025 UTC vs.
Revision 2.31 by greg, Fri Apr 18 23:59:03 2025 UTC

# Line 991 | Line 991 | main(int argc, char *argv[])
991          resize_inparr(nmats+1);         /* extra matrix at end for result */
992          mop[nmats].inspec = "trailing_ops";
993                                          /* load final concatenation matrix */
994 <        if (mcat_spec && !(mcat = rmx_load(mcat_spec, RMPnone))) {
994 >        if (mcat_spec && !(mcat = rmx_load(mcat_spec))) {
995                  fprintf(stderr, "%s: error loading concatenation matrix: %s\n",
996                                  argv[0], mcat_spec);
997                  return(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines