| 109 |
|
for (nfiles = 0; nfiles < MAXINP; nfiles++) { |
| 110 |
|
setcolor(input[nfiles].coef, 1.0, 1.0, 1.0); |
| 111 |
|
setcolor(input[nfiles].expos, 1.0, 1.0, 1.0); |
| 112 |
< |
copystruct(&input[nfiles].vw, &stdview); |
| 112 |
> |
input[nfiles].vw = stdview; |
| 113 |
|
input[nfiles].pa = 1.0; |
| 114 |
|
} |
| 115 |
|
nfiles = 0; |
| 518 |
|
static unsigned long ltick[MAXINP]; |
| 519 |
|
static FVECT lorg[MAXINP], ldir[MAXINP]; |
| 520 |
|
static double ldist[MAXINP]; |
| 521 |
< |
FLOAT loc[2]; |
| 521 |
> |
RREAL loc[2]; |
| 522 |
|
int fn; |
| 523 |
|
register int i; |
| 524 |
|
|
| 556 |
|
static unsigned long ltick[MAXINP]; |
| 557 |
|
static double psize[MAXINP]; |
| 558 |
|
FVECT dir0, org, dirx, diry; |
| 559 |
< |
FLOAT locx[2], locy[2]; |
| 559 |
> |
RREAL locx[2], locy[2]; |
| 560 |
|
double d; |
| 561 |
|
int fn; |
| 562 |
|
register int i; |