| # | Line 21 | Line 21 | int dimlist[MAXDIM]; /* sampling dimensions */ | |
|---|---|---|
| 21 | int ndims = 0; /* number of sampling dimensions */ | |
| 22 | int samplendx = 0; /* index for this sample */ | |
| 23 | ||
| 24 | < | void (*trace)(); |
| 24 | > | void (*trace)() = NULL; /* trace call (NULL before rcinit) */ |
| 25 | ||
| 26 | int do_irrad = 0; /* compute irradiance? */ | |
| 27 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |