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

Comparing ray/src/common/image.c (file contents):
Revision 2.44 by greg, Wed Jan 24 17:22:24 2018 UTC vs.
Revision 2.45 by greg, Tue Feb 6 02:08:12 2018 UTC

# Line 304 | Line 304 | FVECT  p
304                  ip[0] += DOT(disp,v->hvec)/((1. + d)*sqrt(v->hn2));
305                  ip[1] += DOT(disp,v->vvec)/((1. + d)*sqrt(v->vn2));
306                  goto gotall;
307 +        default:
308 +                return(0);
309          }
310          ip[0] = DOT(disp,v->hvec)/v->hn2 + 0.5 - v->hoff;
311          ip[1] = DOT(disp,v->vvec)/v->vn2 + 0.5 - v->voff;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines