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

Comparing ray/src/common/modobject.c (file contents):
Revision 2.22 by greg, Fri Dec 6 20:54:23 2024 UTC vs.
Revision 2.23 by greg, Sun Dec 8 20:48:15 2024 UTC

# Line 30 | Line 30 | objndx(                                /* get object number from pointer */
30   )
31   {
32          int     i;
33 <        ssize_t j;
33 >        long    j;
34  
35          for (i = (nobjects-1)>>OBJBLKSHFT; i >= 0; i--) {
36                  j = op - objblock[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines