--- ray/src/util/glare.csh 1991/05/02 13:21:02 1.5 +++ ray/src/util/glare.csh 1991/05/02 15:32:06 1.6 @@ -62,6 +62,10 @@ _EOF_ echo "You must specify a picture or an octree" exit 1 endif + if ( $picture == $nofile && "$view" == "" ) then + echo "You must give a view if there is no picture" + exit 1 + endif if ( $picture != $nofile ) then if ( ! -r $picture ) then echo "Cannot read $picture"