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.1 by greg, Tue Nov 12 16:54:35 1991 UTC vs.
Revision 2.2 by greg, Thu Mar 12 11:41:18 1992 UTC

# Line 202 | Line 202 | int  orig, nobjs;
202                          while (i--) {
203                                  s = *os;
204                                  if (s >= orig && s < orig+nobjs &&
205 <                                                !issurface(objptr(s)->otype))
205 >                                                ismodifier(objptr(s)->otype))
206                                          return(1);
207                                  os++;
208                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines