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

Comparing ray/src/common/bsdf_t.c (file contents):
Revision 3.7 by greg, Wed Apr 27 20:03:25 2011 UTC vs.
Revision 3.8 by greg, Wed Apr 27 20:05:15 2011 UTC

# Line 975 | Line 975 | subtract_min(SDNode *st)
975          if (vmin <= FTINY)
976                  return .0;
977  
978 <        SDsubtractTreMin(st, vmin);
978 >        SDsubtractTreVal(st, vmin);
979  
980          return M_PI * vmin;             /* return hemispherical value */
981   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines