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

Comparing ray/src/util/klems_half.cal (file contents):
Revision 1.3 by greg, Fri Mar 27 18:58:06 2015 UTC vs.
Revision 1.4 by greg, Sun Aug 26 05:33:46 2018 UTC

# Line 28 | Line 28 | khbin2(pol,azi) = if(pol-90, -1,
28                  khaccum(3) + khazn(azi,360/khnaz(4)),
29                  khaccum(4) + khazn(azi,360/khnaz(5)),
30                  khaccum(5) + khazn(azi,360/khnaz(6)),
31 <                khaccum(6) + khazn(azi,360/khnaz(7)),
32 <                khaccum(7) + khazn(azi,360/khnaz(8))
31 >                khaccum(6) + khazn(azi,360/khnaz(7))
32          ) );
33  
34   RHS = 1;        { set to -1 for left-handed system }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines