| # | Line 28 | Line 28 | a contour plot from the result. The input is a Radian | |
|---|---|---|
| 28 | (and octree) and the output is one or more color Radiance pictures. | |
| 29 | ||
| 30 | _EOF_ | |
| 31 | < | echo -n "Have you already calculated an illuminance picture with dayfact? " |
| 32 | < | if ( "$<" =~ [yY]* ) then |
| 33 | < | readvar illumpic |
| 31 | > | echo "Have you already calculated an illuminance picture using dayfact?" |
| 32 | > | readvar illumpic |
| 33 | > | if ( $illumpic != $nofile ) then |
| 34 | if ( ! -r $illumpic ) then | |
| 35 | echo "Cannot read $illumpic" | |
| 36 | exit 1 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |