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

Comparing ray/src/common/objset.c (file contents):
Revision 2.15 by greg, Wed Dec 15 22:02:04 2004 UTC vs.
Revision 2.16 by greg, Wed Feb 22 17:05:36 2006 UTC

# Line 70 | Line 70 | OBJECT  obj;
70          int  upper, lower;
71          register int  cm, i;
72  
73 <        if ((i = os[0]) <= 6) {         /* linear search algorithm */
73 >        if ((i = os[0]) <= 12) {        /* linear search algorithm */
74                  cm = obj;
75                  while (i-- > 0)
76                          if (*++os == cm)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines