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.50 by greg, Wed Mar 4 17:42:54 2015 UTC vs.
Revision 2.51 by greg, Thu Mar 12 13:24:41 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 445 | Line 445 | sub matrix_comp {
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