| 558 |
|
unlink(illumtmp); |
| 559 |
|
quit(1); |
| 560 |
|
} |
| 561 |
+ |
rmfile(oct0name); |
| 562 |
|
/* make octree1 (frozen) */ |
| 563 |
|
if (octreedate) |
| 564 |
|
sprintf(combuf, "%s%s -f -i %s %s > %s", c_oconv, |
| 1388 |
|
int xdiv = 8+nprocs/3, ydiv = 8+nprocs/3; |
| 1389 |
|
if (rfdt >= oct1date) { |
| 1390 |
|
fprintf(stderr, |
| 1391 |
< |
"%s: partial output not created with rpiece\n", rawfile); |
| 1391 |
> |
"%s: partial output not created with %s\n", rawfile, c_rpiece); |
| 1392 |
|
quit(1); |
| 1393 |
|
} |
| 1394 |
|
if (rfdt) { /* start fresh */ |
| 1479 |
|
wait_process(1); |
| 1480 |
|
if (!syncf_done(sfile)) { |
| 1481 |
|
fprintf(stderr, |
| 1482 |
< |
"%s: rpiece did not complete rendering of view %s\n", |
| 1483 |
< |
progname, vs); |
| 1482 |
> |
"%s: %s did not complete rendering of view %s\n", |
| 1483 |
> |
progname, c_rpiece, vs); |
| 1484 |
|
quit(1); |
| 1485 |
|
} |
| 1486 |
|
} |