| # | Line 460 | Line 460 | sub matrix_comp { | |
|---|---|---|
| 460 | $cmd .= " $src | rcollate -ho -oc 145"; | |
| 461 | # print STDERR "Running: $cmd\n"; | |
| 462 | system "$cmd > $dest"; | |
| 463 | < | die "Failure running rttree_reduce" if ( $? ); | 
| 463 | > | die "Failure running rmtxop" if ( $? ); | 
| 464 | if ( "$spec" ne "$curspec" ) { | |
| 465 | $wrapper .= " -s $spec"; | |
| 466 | $curspec = $spec; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |