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.49 by greg, Fri Feb 20 18:26:09 2015 UTC vs.
Revision 2.50 by greg, Wed Mar 4 17:42:54 2015 UTC

# Line 440 | Line 440 | sub matrix_comp {
440          } elsif ("$spec" eq "CIE-Z") {
441                  $cmd .= " -c 0.024 0.123 0.853";
442          }
443 <        $cmd .= " $src | getinfo -";
443 >        $cmd .= " $src | rcollate -ho";
444          # print STDERR "Running: $cmd\n";
445          system "$cmd > $dest";
446          die "Failure running rttree_reduce" if ( $? );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines