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

Comparing ray/src/common/fvect.h (file contents):
Revision 2.2 by greg, Fri Jan 17 13:27:49 1992 UTC vs.
Revision 2.3 by greg, Thu Jul 9 15:34:29 1992 UTC

# Line 4 | Line 4
4  
5   #ifdef  SMLFLT
6   #define  FLOAT          float
7 < #define  FTINY          (4e-4)
7 > #define  FTINY          (1e-3)
8   #else
9   #define  FLOAT          double
10   #define  FTINY          (1e-6)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines