Changeset 28640
- Timestamp:
- Jul 8, 2010, 2:15:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/make_burntool_pcontrol.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/make_burntool_pcontrol.pl
r28632 r28640 328 328 foreach my $target (@target_list) { 329 329 # print STDERR "$target $obsmode_list{$target} $exp_type $obs_mode $object $comment\n"; 330 if (($obs_mode =~ /$obsmode_list{$target}/ )&&331 ($object =~ /$object_list{$target}/ )&&332 ($comment =~ /$comment_list{$target}/ )) {330 if (($obs_mode =~ /$obsmode_list{$target}/i)&& 331 ($object =~ /$object_list{$target}/i)&& 332 ($comment =~ /$comment_list{$target}/i)) { 333 333 $return_value = 1; 334 334 } 335 # print ">$return_value $exp_type $obs_mode $object $comment $target $obsmode_list{$target} $object_list{$target} $comment_list{$target}\n";335 # print ">$return_value $exp_type $obs_mode $object $comment <> $target $obsmode_list{$target} $object_list{$target} $comment_list{$target}\n"; 336 336 if ($return_value) { 337 337 return($return_value);
Note:
See TracChangeset
for help on using the changeset viewer.
