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

Comparing ray/src/cv/iso2klems.pl (file contents):
Revision 2.5 by greg, Tue Oct 4 14:08:17 2022 UTC vs.
Revision 2.6 by greg, Thu Oct 6 14:22:44 2022 UTC

# Line 42 | Line 42 | while ($#ARGV >= 0) {
42          }
43          shift @ARGV;
44   }
45 < userror() if ($#ARGV >= 0);
45 > userror() if ($#ARGV > 0);
46   my $funcfile = "$td/isofuncs.cal";
47   my @vnm = ("Tspec","Tdiff","Rspec","Rdiff");
48   if ($#ARGV == 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines