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

Comparing ray/src/common/bsdf_t.h (file contents):
Revision 3.8 by greg, Fri Jun 3 18:12:58 2011 UTC vs.
Revision 3.9 by greg, Sun Aug 21 22:38:12 2011 UTC

# Line 40 | Line 40 | typedef struct {
40   } SDTre;
41  
42   /* Holder for cumulative distribution (sum of BSDF * projSA) */
43 < typedef struct {
44 <        SD_CDIST_BASE;          /* base fields; must come first */
43 > typedef struct SDTreCDst_s {
44 >                                /* base fields; must come first */
45 >        SD_CDIST_BASE(SDTreCDst_s);
46          double  clim[2][2];     /* input coordinate limits */
47          double  max_psa;        /* maximum projected solid angle */
48          short   sidef;          /* which side(s) to use */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines