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

Comparing ray/src/cal/cal/klems_int.cal (file contents):
Revision 1.8 by greg, Thu Jul 10 17:43:18 2014 UTC vs.
Revision 1.9 by greg, Sat Jul 19 00:09:18 2014 UTC

# Line 20 | Line 20 | kfindrow(r, pol) : if(r-kpola(0)+.5, r,
20  
21   kazn(azi,inc) : if((360-.5*inc)-azi, floor((azi+.5*inc)/inc), 0);
22  
23 < kbin2(pol,azi) = if(pol-90, Nkbins,
23 > kbin2(pol,azi) = if(pol-90, -1,
24          select(kfindrow(1, pol),
25                  kazn(azi,360/knaz(1)),
26                  kaccum(1) + kazn(azi,360/knaz(2)),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines