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

Comparing ray/src/util/dayfact.csh (file contents):
Revision 1.9 by greg, Fri Aug 9 15:15:59 1991 UTC vs.
Revision 1.10 by greg, Fri Aug 30 16:46:17 1991 UTC

# Line 38 | Line 38 | if ( "$genskyf" == "$nofile" || ! -r "$genskyf" ) then
38          echo "You will not be able to compute daylight"
39          echo "factors since there is no gensky file."
40   else
41 <        set title=$title\ `sed -n 's/^.*\<gensky  *\([0-9][0-9]*  *[0-9][0-9]*  *[0-9][0-9.]*\).*$/\1/p' $genskyf`
41 >        set title=$title\ `sed -n 's/^.*gensky  *\([0-9][0-9]*  *[0-9][0-9]*  *[0-9][0-9.]*\).*$/\1/p' $genskyf`
42          set extamb=`xform -e $genskyf|sed -n 's/^# Ground ambient level: //p'`
43   endif
44   echo -n "Is the z-axis your zenith direction? "

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines