| 38 |
|
gcl->erg2 *= (1./3.) * myeye.rng*myeye.rng; |
| 39 |
|
} |
| 40 |
|
if (gc != NULL) |
| 41 |
< |
copystruct(&gcl->gc, gc); |
| 41 |
> |
gcl->gc = *gc; |
| 42 |
|
gcl->gmin[0] = gcl->gmin[1] = FHUGE; |
| 43 |
|
gcl->gmax[0] = gcl->gmax[1] = -FHUGE; |
| 44 |
|
} |
| 277 |
|
int status; |
| 278 |
|
/* already closed? */ |
| 279 |
|
if (!nprocs) |
| 280 |
< |
return; |
| 280 |
> |
return(0); |
| 281 |
|
/* flush beam queue */ |
| 282 |
|
done_packets(flush_queue()); |
| 283 |
|
/* sync holodeck */ |
| 348 |
|
pippt = NULL; |
| 349 |
|
} |
| 350 |
|
if (pippt != NULL) |
| 351 |
< |
strcpy(pippt, "> /dev/null"); /* nothing to match */ |
| 351 |
> |
strcpy(pippt, "> " NULL_DEVICE); /* nothing to match */ |
| 352 |
|
else |
| 353 |
|
sprintf(cp, ")[ \t]*=' > %s", tf2); |
| 354 |
|
#ifdef DEBUG |