Changeset 24434 for trunk/ippScripts/scripts/dist_component.pl
- Timestamp:
- Jun 16, 2009, 12:29:58 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_component.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_component.pl
r23778 r24434 189 189 # save the 190 190 if ($image_type eq 'image') { 191 $image = $ path191 $image = $file_name; 192 192 } elsif ($image_type eq 'mask') { 193 $mask = $ path;193 $mask = $file_name;; 194 194 } elsif ($image_type eq 'variance') { 195 $variance = $ path;195 $variance = $file_name;; 196 196 } else { 197 197 &my_die("invalid image type found: $image_type", $dist_id, $component,
Note:
See TracChangeset
for help on using the changeset viewer.
