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

Comparing ray/src/rt/raytrace.c (file contents):
Revision 2.18 by greg, Fri Jan 6 14:00:47 1995 UTC vs.
Revision 2.19 by greg, Thu Jan 26 15:34:55 1995 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1994 Regents of the University of California */
1 > /* Copyright (c) 1995 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 396 | Line 396 | register CUBE  *scene;
396                          return(0);
397          }
398          cxset[0] = 0;
399 <        return(raymove(curpos, cxset, sflags, r, scene) == RAYHIT &&
400 <                        r->ro != &Aftplane);
399 >        raymove(curpos, cxset, sflags, r, scene);
400 >        return(r->ro != NULL & r->ro != &Aftplane);
401   }
402  
403  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines