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.80 by greg, Thu Apr 19 17:02:13 2018 UTC vs.
Revision 2.81 by greg, Fri Nov 30 19:51:30 2018 UTC

# Line 205 | Line 205 | if ( !defined $recovery ) {
205          }
206          close MYAVH;
207          # Generate octree
208 <        system "oconv -w -f $radscn > $octree";
208 >        system "oconv -w $radscn > $octree";
209          die "Could not compile scene\n" if ( $? );
210          # Add MGF description if requested
211          if ( $geout ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines