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.47 by greg, Thu Apr 24 23:08:08 2014 UTC vs.
Revision 2.48 by greg, Wed Jul 9 15:03:11 2014 UTC

# Line 88 | Line 88 | while ($#ARGV >= 0) {
88   }
89   # Check that we're actually being asked to do something
90   die "Must have at least one of +forward or +backward\n" if (!$doforw && !$doback);
91 + # Issue warning for unhandled reciprocity case
92 + print STDERR "Warning: recommend both +forward and +backward with -t3" if
93 +                ($tensortree==3 && !($doforw && $doback));
94   # Get scene description and dimensions
95  
96   if ( $mgfin ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines