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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.5 by greg, Fri Feb 18 02:41:55 2011 UTC vs.
Revision 2.6 by greg, Sat Feb 19 01:48:59 2011 UTC

# Line 136 | Line 136 | extern int             SDretainSet;    /* set to SDretainNone by def
136   * The following routines are less commonly used by applications.
137   */
138  
139 < #define SDisLoaded(sd)  ((sd)->rLambFront.spec.clock != 0)
139 > #define SDisLoaded(sd)  ((sd)->rLambFront.spec.flags != 0)
140  
141   /* Report an error to the indicated stream (in English) */
142   extern SDError          SDreportEnglish(SDError ec, FILE *fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines