ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rtpict.pl
(Generate patch)

Comparing ray/src/util/rtpict.pl (file contents):
Revision 2.5 by greg, Wed Mar 21 17:56:08 2018 UTC vs.
Revision 2.6 by greg, Tue May 22 15:16:53 2018 UTC

# Line 43 | Line 43 | while ($#ARGV >= 0 && "$ARGV[0]" =~ /^[-\@]/) {
43          }
44          # Check booleans
45          for my $boopt (@boolO) {
46 <                if ("$ARGV[0]" =~ ('^' . $boopt . '[-+01tfynTFYN]$')) {
46 >                if ("$ARGV[0]" =~ ('^' . $boopt . '[-+01tfynTFYN]?$')) {
47                          push @rtraceA, $ARGV[0];
48                          push @rpictA, shift(@ARGV);
49                          next OPTION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines