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

Comparing ray/src/util/genskyvec.pl (file contents):
Revision 2.9 by greg, Wed Sep 17 22:40:49 2014 UTC vs.
Revision 2.10 by greg, Mon Dec 12 17:40:07 2016 UTC

# Line 23 | Line 23 | while ($#ARGV >= 0) {
23                  $dosky = 0;
24          } elsif ("$ARGV[0]" eq "-h") {
25                  $headout = 0;
26 +        } else {
27 +                die "Unexpected command-line argument: $ARGV[0]\n";
28          }
29          shift @ARGV;
30   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines