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

Comparing ray/src/common/interp2d.c (file contents):
Revision 2.7 by greg, Tue Feb 12 17:47:58 2013 UTC vs.
Revision 2.8 by greg, Tue Feb 12 18:13:28 2013 UTC

# Line 71 | Line 71 | interp2_realloc(INTERP2 *ip, int nsamps)
71                  interp2_free(ip);
72                  return(NULL);
73          }
74 <        if (nsamps == ip->ns);
74 >        if (nsamps == ip->ns)
75                  return(ip);
76          if (ip->da != NULL) {   /* will need to recompute distribution */
77                  free(ip->da);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines