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

Comparing ray/src/rt/srcobstr.c (file contents):
Revision 2.1 by greg, Wed Dec 31 19:38:27 2003 UTC vs.
Revision 2.2 by greg, Thu Jan 1 19:31:46 2004 UTC

# Line 291 | Line 291 | srcblocked(RAY *r)
291          if (obs == OVOID)
292                  return(0);
293          op = objptr(obs);               /* check for intersection */
294 <        return ((*ofun[op->otype].funp)(op, r));
294 >        return((*ofun[op->otype].funp)(op, r));
295   }
296  
297  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines