--- ray/src/util/dayfact.csh 1991/06/05 16:50:45 1.5 +++ ray/src/util/dayfact.csh 1991/06/07 11:04:16 1.6 @@ -27,16 +27,16 @@ or more color Radiance pictures. _EOF_ readvar octree if ( "$octree" == "$nofile" || ! -f "$octree" ) then - echo "You must first create an octree with oconv" - echo "before running this script." + echo "You must first create an octree with" + echo "oconv before running this script." exit 1 endif set title="$octree:r" echo "In what scene file is the gensky command located?" readvar genskyf if ( "$genskyf" == "$nofile" || ! -r "$genskyf" ) then - echo "You will not be able to compute" - echo "daylight factors without a gensky file" + echo "You will not be able to compute daylight" + echo "factors since there is no gensky file." else set title=$title\ `sed -n 's/^.*\> $sctemp (source $sctemp) |& mail `whoami` & echo "Your job is started in the background." -echo "I will send you mail when it is done." +echo "You will be notified by mail when it is done."