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

Comparing ray/src/util/glare.csh (file contents):
Revision 1.8 by greg, Fri May 3 10:06:06 1991 UTC vs.
Revision 1.9 by greg, Fri May 3 12:50:42 1991 UTC

# Line 135 | Line 135 | endif
135   if ($?DISPLAY && $picture != $nofile) then
136          echo ""
137          echo "Displaying glare sources in '$picture'..."
138 <        xglaresrc $picture $glarefile >& /dev/null
139 <        if ($status == 2) then
140 <                echo "Starting ximage..."
141 <                ximage =+0+0 $picture &
142 <                WaitAndTryXglrAgain:
143 <                        sleep 10
144 <                        xglaresrc $picture $glarefile >& /dev/null
145 <                if ($status == 2) goto WaitAndTryXglrAgain
146 <        endif
138 >        xglaresrc $picture $glarefile
139   endif
140   set ndxnam=("Guth Visual Comfort Probability" "Guth Disability Glare Ratio" "CIE Glare Index")
141   set ndxcom=("glarendx -t guth_vcp" "glarendx -t guth_dgr" "glarendx -t cie_cgi")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines