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

Comparing ray/src/px/falsecolor.csh (file contents):
Revision 2.5 by greg, Thu Dec 17 12:32:49 1992 UTC vs.
Revision 2.6 by greg, Wed May 19 09:50:51 1993 UTC

# Line 142 | Line 142 | if ($?needfile && "$picture" == '-') then
142          cat > $td/picture
143          set picture=$td/picture
144   endif
145 < if ($decades > 0) then
145 > if ("$decades" != "0") then
146          set pc1args=($pc1args -e "map(x)=if(x-10^-$decades,log10(x)/$decades+1,0)")
147          set imap="imap(y)=10^((y-1)*$decades)"
148   else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines