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.38 by greg, Sun Sep 2 15:33:16 2012 UTC vs.
Revision 2.39 by greg, Mon Sep 10 18:06:08 2012 UTC

# Line 404 | Line 404 | $cmd = "cnt $ndiv $ny $nx | rcalc -of -e '$tcal' " .
404   system "$cmd" || die "Failure running: $cmd\n";
405   @tfarr = `$rccmd $td/$fmodnm.flt`;
406   die "Failure running: $rccmd $td/$fmodnm.flt\n" if ( $? );
407 + chomp(@tfarr);
408   @rfarr = `$rccmd $td/$bmodnm.flt`;
409   die "Failure running: $rccmd $td/$bmodnm.flt\n" if ( $? );
410 + chomp(@rfarr);
411   }
412   if ( $doback ) {
413   $cmd = "cnt $ndiv $ny $nx | rcalc -of -e '$tcal' " .

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines