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

Comparing ray/src/util/genBSDF.pl (file contents):
Revision 2.71 by greg, Mon Sep 19 16:28:21 2016 UTC vs.
Revision 2.72 by greg, Fri Oct 14 00:54:22 2016 UTC

# Line 535 | Line 535 | sub matrix_comp {
535          } elsif ("$spec" eq "CIE-Z") {
536                  $cmd .= " -c 0.0241 0.1229 0.8530";
537          }
538 <        $cmd .= " $src | rcollate -ho -oc 145";
538 >        $cmd .= " $src | getinfo -";
539          run_check "$cmd > $dest";
540          if ( "$spec" ne "$curspec" ) {
541                  $wrapper .= " -s $spec";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines