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.57 by greg, Thu Apr 2 17:42:46 2015 UTC vs.
Revision 2.60 by greg, Fri May 29 08:13:46 2015 UTC

# Line 222 | Line 222 | if ( $tensortree ) {
222          do_matrix_bsdf();
223   }
224   # Output XML
225 my $old_fh = select(STDOUT);
226 $| = 1;
227 select($old_fh);
228 print "<!-- Created by: genBSDF @savedARGV -->\n";
225   # print STDERR "Running: $wrapper\n";
226 < system $wrapper;
226 > system "$wrapper -C 'Created by: genBSDF @savedARGV'";
227   die "Could not wrap BSDF data\n" if ( $? );
228   # Clean up temporary files and exit
229   exec $rmtmp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines