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.13 by greg, Thu Jan 6 22:27:56 2011 UTC vs.
Revision 2.14 by greg, Fri Feb 11 17:31:25 2011 UTC

# Line 71 | Line 71 | fequal(double a, double b)
71          return((a <= 1e-6) & (a >= -1e-6));
72   }
73  
74 < // returns the name of the given tag
74 > /* Returns the name of the given tag */
75   #ifdef ezxml_name
76   #undef ezxml_name
77   static char *
# Line 83 | Line 83 | ezxml_name(ezxml_t xml)
83   }
84   #endif
85  
86 < // returns the given tag's character content or empty string if none
86 > /* Returns the given tag's character content or empty string if none */
87   #ifdef ezxml_txt
88   #undef ezxml_txt
89   static char *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines