| # | Line 672 | Line 672 | recover_output() | |
|---|---|---|
| 672 | nvals = lastout * outvsiz; | |
| 673 | lu_doall(&ofiletab, myseeko, &nvals); | |
| 674 | /* skip repeated input */ | |
| 675 | + | lastout *= accumulate; |
| 676 | for (nvals = 0; nvals < lastout; nvals++) { | |
| 677 | FVECT vdummy; | |
| 678 | if (getvec(vdummy) < 0 || getvec(vdummy) < 0) | |
| 679 | error(USER, "unexpected EOF on input"); | |
| 680 | } | |
| 681 | < | lastray = lastdone = (RNUMBER)lastout * accumulate; |
| 681 | > | lastray = lastdone = (RNUMBER)lastout; |
| 682 | if (raysleft) | |
| 683 | raysleft -= lastray; | |
| 684 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |