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.58 by greg, Fri May 29 07:22:33 2015 UTC

# Line 225 | Line 225 | if ( $tensortree ) {
225   my $old_fh = select(STDOUT);
226   $| = 1;
227   select($old_fh);
228 + print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
229   print "<!-- Created by: genBSDF @savedARGV -->\n";
230   # print STDERR "Running: $wrapper\n";
231   system $wrapper;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines