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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.33 by greg, Tue Dec 15 18:21:53 2009 UTC vs.
Revision 2.34 by greg, Sun Sep 26 15:51:15 2010 UTC

# Line 237 | Line 237 | extern char    *formstr(int  f);
237   extern void     rview(void);
238   extern void     rpict(int seq, char *pout, char *zout, char *prvr);
239  
240 + #ifdef __FAST_MATH__
241 + #define checknorm(vn)   normalize(vn)
242 + #else
243 + #define checknorm(vn)   1.0
244 + #endif
245  
246   #ifdef __cplusplus
247   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines