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

Comparing ray/src/hd/sm_samp.c (file contents):
Revision 3.1 by gwlarson, Wed Aug 19 17:45:24 1998 UTC vs.
Revision 3.2 by gwlarson, Fri Sep 11 11:52:27 1998 UTC

# Line 166 | Line 166 | smReset_sample(sm,id,n_id)
166   int
167   rsAlloc_samp(samp,replaced)
168     RSAMP *samp;
169 <   char *replaced;
169 >   int *replaced;
170    
171   {
172      int id;
# Line 242 | Line 242 | smAdd_sample_point(sm,c,dir,p)
242   {
243      RSAMP *samp;
244      int id;
245 <    char replaced;
245 >    int replaced;
246      
247      /* Get the SM sample array */    
248      samp = SM_SAMP(sm);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines