- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_component.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/ippScripts/scripts/dist_component.pl
r23778 r24557 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.
