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

Comparing ray/src/common/bsdf_m.c (file contents):
Revision 3.12 by greg, Sun Apr 24 19:39:21 2011 UTC vs.
Revision 3.13 by greg, Sun Apr 24 20:16:52 2011 UTC

# Line 682 | Line 682 | SDqueryMtxProjSA(double *psa, const FVECT v1, const RR
682                          psa[0] = out_psa;
683                  break;
684          case SDqueryMin+SDqueryMax:
685 <                if (inc_psa > psa[0])
685 >                if (inc_psa > psa[1])
686                          psa[1] = inc_psa;
687 <                if (out_psa > psa[0])
687 >                if (out_psa > psa[1])
688                          psa[1] = out_psa;
689                  /* fall through */
690          case SDqueryMin:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines