| # | Line 371 | Line 371 | sub ttree_comp { | |
|---|---|---|
| 371 | close DATOUT; | |
| 372 | } | |
| 373 | if ( "$spec" ne "$curspec" ) { | |
| 374 | < | $wrapper .= " -s $spec" | 
| 374 | > | $wrapper .= " -s $spec"; | 
| 375 | $curspec = $spec; | |
| 376 | } | |
| 377 | $wrapper .= " -$typ $dest"; | |
| # | Line 445 | Line 445 | sub matrix_comp { | |
| 445 | system "$cmd > $dest"; | |
| 446 | die "Failure running rttree_reduce" if ( $? ); | |
| 447 | if ( "$spec" ne "$curspec" ) { | |
| 448 | < | $wrapper .= " -s $spec" | 
| 448 | > | $wrapper .= " -s $spec"; | 
| 449 | $curspec = $spec; | |
| 450 | } | |
| 451 | $wrapper .= " -$typ $dest"; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |