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.52 by greg, Mon Mar 16 00:40:51 2015 UTC

# Line 371 | Line 371 | sub ttree_comp {
371                  close DATOUT;
372          }
373          if ( "$spec" ne "$curspec" ) {
374 <                $wrapper .= " -s $spec"
374 >                $wrapper .= " -s $spec";
375                  $curspec = $spec;
376          }
377          $wrapper .= " -$typ $dest";
# 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 -oc 145";
444          # print STDERR "Running: $cmd\n";
445          system "$cmd > $dest";
446          die "Failure running rttree_reduce" if ( $? );
447          if ( "$spec" ne "$curspec" ) {
448 <                $wrapper .= " -s $spec"
448 >                $wrapper .= " -s $spec";
449                  $curspec = $spec;
450          }
451          $wrapper .= " -$typ $dest";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines