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

Comparing ray/src/hd/viewbeams.c (file contents):
Revision 3.5 by schorsch, Mon Jun 30 14:59:12 2003 UTC vs.
Revision 3.6 by schorsch, Mon Jul 21 22:30:18 2003 UTC

# Line 140 | Line 140 | loopexit:
140                                                          /* add samples */
141                          add2blist(hd, hdbindex(hdlist[hd],gc), sampquant);
142                  }
143 <        copystruct(blp, &blist);                /* transfer beam list */
143 >        *blp = blist;           /* transfer beam list */
144          return(sectlist);                       /* all done! */
145   }
146  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines