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 2.2 by greg, Thu Nov 28 11:49:12 1991 UTC vs.
Revision 2.3 by greg, Thu Nov 28 17:09:03 1991 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines