| # | Line 518 | Line 518 | register char *nam; | |
|---|---|---|
| 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 | ||
| # | Line 556 | Line 556 | l_psize() /* compute pixel size in steradians */ | |
| 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; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |