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

Comparing ray/src/meta/lib4014/subr.c (file contents):
Revision 1.2 by schorsch, Sat Nov 15 02:13:37 2003 UTC vs.
Revision 1.3 by schorsch, Sun Mar 28 20:33:13 2004 UTC

# Line 34 | Line 34 | cont(
34          hiy=(y>>7) & 037;
35          lox = (x>>2)&037;
36          loy=(y>>2)&037;
37 <        extra=x&03+(y<<2)&014;
37 >        extra=x&(03+(y<<2))&014;
38          n = (abs(hix-ohix) + abs(hiy-ohiy) + 6) / 12;
39          if(hiy != ohiy){
40                  putch(hiy|040);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines