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

Comparing ray/src/common/bsdf.c (file contents):
Revision 2.32 by greg, Thu Jun 23 16:00:37 2011 UTC vs.
Revision 2.33 by greg, Tue Jun 28 21:11:04 2011 UTC

# Line 933 | Line 933 | ab_getndx(             /* get index corresponding to the given ve
933   {
934          ANGLE_BASIS  *ab = (ANGLE_BASIS *)p;
935          int     li, ndx;
936 <        double  pol, azi, d;
936 >        double  pol, azi;
937  
938          if ((v[2] < -1.0) | (v[2] > 1.0))
939                  return(-1);
# Line 1173 | Line 1173 | check_bsdf_data(       /* check that BSDF data is sane */
1173   )
1174   {
1175          double          *omega_iarr, *omega_oarr;
1176 <        double          dom, contrib, hemi_total, full_total;
1176 >        double          dom, hemi_total, full_total;
1177          int             nneg;
1178          FVECT           v;
1179          int             i, o;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines