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

Comparing ray/src/rt/source.c (file contents):
Revision 2.45 by greg, Wed Jun 23 12:58:02 2004 UTC vs.
Revision 2.46 by greg, Wed Sep 8 17:10:16 2004 UTC

# Line 125 | Line 125 | marksources(void)                      /* find and mark source objects */
125                          }
126                  }
127   #if  SHADCACHE
128 <                source[ns].obscache = NULL;
128 >                initobscache(ns);
129   #endif
130                  if (!(source[ns].sflags & SSKIP))
131                          foundsource++;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines