| # | 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? " | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |