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

Comparing ray/src/rt/rc3.c (file contents):
Revision 2.6 by greg, Tue Jun 12 17:20:44 2012 UTC vs.
Revision 2.7 by greg, Tue Jun 12 22:40:30 2012 UTC

# Line 430 | Line 430 | parental_loop()
430          flockfile(stdin);               /* avoid lock/unlock overhead */
431   #endif
432          while (getvec(orgdir[2*ninq]) == 0 && getvec(orgdir[2*ninq+1]) == 0) {
433 <                d = normalize(orgdir[1]);
433 >                d = normalize(orgdir[2*ninq+1]);
434                  if (d == 0.0) {                         /* asking for flush? */
435                          if (accumulate != 1) {
436                                  if (!ignore_warning_given++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines