Changeset 27938 for trunk/ippScripts/scripts/make_burntool_pcontrol.pl
- Timestamp:
- May 12, 2010, 3:45:51 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
r27865 r27938 322 322 my ($exp_type,$obs_mode,$object,$comment) = @_; 323 323 my $return_value = 0; 324 unless($object) { 325 $object = ''; 326 } 324 327 if ($exp_type eq 'OBJECT') { 325 328 foreach my $target (@target_list) { 329 # print STDERR "$target $obsmode_list{$target} $exp_type $obs_mode $object $comment\n"; 326 330 if (($obs_mode =~ /$obsmode_list{$target}/)&& 327 331 ($object =~ /$object_list{$target}/)&&
Note:
See TracChangeset
for help on using the changeset viewer.
