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

Comparing ray/src/rt/preload.c (file contents):
Revision 2.2 by greg, Thu Jan 21 09:20:47 1993 UTC vs.
Revision 2.4 by greg, Mon Jan 25 15:15:41 1993 UTC

# Line 43 | Line 43 | register OBJREC        *op;
43   preload_objs()          /* preload object data structures */
44   {
45          register OBJECT on;
46 <                                /* note that nobjects may change during */
46 >                                /* note that nobjects may change during loop */
47          for (on = 0; on < nobjects; on++)
48                  load_os(objptr(on));
49   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines