ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/virtuals.c
(Generate patch)

Comparing ray/src/rt/virtuals.c (file contents):
Revision 1.29 by greg, Tue Oct 22 11:23:51 1991 UTC vs.
Revision 1.30 by greg, Wed Oct 23 08:49:40 1991 UTC

# Line 349 | Line 349 | register int  sn;      /* target source number */
349                                          /* check against source */
350                  initsrcindex(&si);
351                  si.sn = sn;
352 <                nopart(&si, sr.rorg);
352 >                nopart(&si, &sr);
353                  samplendx++;
354                  if (!srcray(&sr, NULL, &si) || sr.rsrc != sn)
355                          continue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines