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

Comparing ray/src/common/plocate.h (file contents):
Revision 2.1 by greg, Tue Nov 12 17:00:42 1991 UTC vs.
Revision 2.2 by greg, Sun Dec 19 21:06:43 1993 UTC

# Line 8 | Line 8
8   *     8/28/85
9   */
10  
11 < #define  EPSILON        1e-6            /* acceptable location error */
11 > #define  EPSILON        FTINY           /* acceptable location error */
12  
13   #define  XPOS           03              /* x position mask */
14   #define  YPOS           014             /* y position mask */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines