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

Comparing ray/src/rt/dielectric.c (file contents):
Revision 2.26 by rschregle, Wed May 20 13:12:06 2015 UTC vs.
Revision 2.28 by greg, Wed Oct 28 15:45:58 2015 UTC

# Line 51 | Line 51 | static double mylog(double  x);
51  
52   #define  MINCOS         0.997           /* minimum dot product for dispersion */
53  
54 < static
55 < double
54 > static double
55   mylog(          /* special log for extinction coefficients */
56          double  x
57   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines