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.44 by greg, Sat Sep 7 17:56:02 2013 UTC vs.
Revision 2.45 by greg, Thu Oct 3 17:27:41 2013 UTC

# Line 278 | Line 278 | $cmd = "rcalc -if3 -e 'Omega:PI/($ns*$ns)' " .
278   if ($pctcull >= 0) {
279          $cmd .= "-of $td/" . ($bmodnm,$fmodnm)[$forw] . ".flt " .
280          "| rttree_reduce -h -ff -t $pctcull -r $tensortree -g $ttlog2";
281 +        $cmd .= " -a" if ($tensortree == 3);
282          system "$cmd" || die "Failure running rttree_reduce";
283   } else {
284          $cmd .= "$td/" . ($bmodnm,$fmodnm)[$forw] . ".flt";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines