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

Comparing ray/src/hd/rhdisp2.c (file contents):
Revision 3.34 by greg, Wed Apr 23 00:52:33 2003 UTC vs.
Revision 3.35 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 147 | Line 147 | int    fresh;
147   }
148  
149  
150 < int2 *
150 > int16 *
151   beam_view(vn, hr, vr)           /* add beam view (if advisable) */
152   VIEW    *vn;
153   int     hr, vr;
154   {
155 <        int2    *slist;
155 >        int16   *slist;
156          BEAMLIST        blist;
157          double  eravg, d;
158          register HOLO   *hp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines