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

Comparing ray/src/util/pvsum.c (file contents):
Revision 2.3 by greg, Fri Mar 28 21:36:31 2025 UTC vs.
Revision 2.4 by greg, Fri Apr 18 23:59:03 2025 UTC

# Line 577 | Line 577 | badopt:                        fprintf(stderr, "%s: bad option: %s\n", argv
577          if ((argc-a < 1) | (argc-a > 2) || argv[a][0] == '-')
578                  goto userr;
579          in_spec = argv[a];
580 <        cmtx = rmx_load(argv[a+1], RMPnone);    /* loads from stdin if a+1==argc */
580 >        cmtx = rmx_load(argv[a+1]);     /* loads from stdin if a+1==argc */
581          if (cmtx == NULL)
582                  return(1);              /* error reported */
583          if (nprocs > cmtx->ncols)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines