| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * source.c - routines dealing with illumination sources. | |
| # | Line 250 | Line 250 | register RAY *r; | |
| 250 | for (i = 0; i < 3; i++) | |
| 251 | r->ron[i] = -r->rdir[i]; | |
| 252 | r->rod = 1.0; | |
| 253 | + | r->pert[0] = r->pert[1] = r->pert[2] = 0.0; |
| 254 | + | r->uv[0] = r->uv[1] = 0.0; |
| 255 | r->rox = NULL; | |
| 256 | return(1); | |
| 257 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |