| # | Line 17 | Line 17 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 17 | ||
| 18 | #define MAXCSET ((MAXSET+1)*2-1) /* maximum check set size */ | |
| 19 | ||
| 20 | < | unsigned long raynum = 0; /* next unique ray number */ |
| 21 | < | unsigned long nrays = 0; /* number of calls to localhit */ |
| 20 | > | RNUMBER raynum = 0; /* next unique ray number */ |
| 21 | > | RNUMBER nrays = 0; /* number of calls to localhit */ |
| 22 | ||
| 23 | static RREAL Lambfa[5] = {PI, PI, PI, 0.0, 0.0}; | |
| 24 | OBJREC Lamb = { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |