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

Comparing ray/src/rt/ambcomp.c (file contents):
Revision 2.38 by greg, Sat Apr 26 15:54:17 2014 UTC vs.
Revision 2.39 by greg, Tue Apr 29 15:40:00 2014 UTC

# Line 416 | Line 416 | ambHessian(                            /* anisotropic radii & pos. gradient */
416                      rev_hessian(hesscol);
417                      add2hessian(hessian, hessrow[j], hessdia, hesscol, backg);
418                  }
419 <                if (gradient != NULL) {
419 >                if (gradrow != NULL) {
420                      comp_gradient(graddia, &fftr, hp->rp->ron);
421                      rev_gradient(gradcol);
422                      add2gradient(gradient, gradrow[j], graddia, gradcol, backg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines