| # | Line 122 | Line 122 | eval_isotropic(char *funame) | |
|---|---|---|
| 122 | ||
| 123 | data_prologue(); /* begin output */ | |
| 124 | if (pctcull >= 0) { | |
| 125 | < | sprintf(cmd, "rttree_reduce%s -h -ff -r 3 -t %f -g %d", |
| 126 | < | (input_orient>0 ^ output_orient>0) ? "" : " -a", |
| 125 | > | sprintf(cmd, "rttree_reduce -a -h -ff -r 3 -t %f -g %d", |
| 126 | pctcull, samp_order); | |
| 127 | fflush(stdout); | |
| 128 | ofp = popen(cmd, "w"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |