Changeset 10146
- Timestamp:
- Nov 22, 2006, 11:14:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/inject.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/inject.pl
r10143 r10146 58 58 my @line = split(/\s+/, $$stdout_buf[0]); # The output line, containing the exposure tag 59 59 my $exp_tag = $line[2]; # The exposure tag 60 for (my $i = 0; $i < 36; $i++) {60 for (my $i = 0; $i < $num; $i++) { 61 61 my $class_id; 62 62 if (defined $class) {
Note:
See TracChangeset
for help on using the changeset viewer.
