Changeset 17897 for trunk/ippScripts/scripts/warp_overlap.pl
- Timestamp:
- Jun 3, 2008, 3:29:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_overlap.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_overlap.pl
r17896 r17897 224 224 if (!$success) { 225 225 print "Unable to calculate overlaps from $filename\n"; 226 print "STDOUT:\n$stdout_buf\n"; 227 print "STDERR:\n$stderr_buf\n"; 226 print "STDOUT:\n"; 227 foreach my $line (@$stdout_buf) { 228 print ">>>$line"; 229 } 230 print "STDERR:\n"; 231 foreach my $line (@$stderr_buf) { 232 print ">>>$line"; 233 } 228 234 return 0; 229 235 }
Note:
See TracChangeset
for help on using the changeset viewer.
