ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pveil.csh
(Generate patch)

Comparing ray/src/px/pveil.csh (file contents):
Revision 3.1 by greg, Fri Sep 20 16:44:01 1996 UTC vs.
Revision 3.4 by greg, Mon Nov 10 19:08:19 2008 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2 < # SCCSid "$SunId$ LBL"
2 > # RCSid: $Id$
3   #
4   # Add veiling glare to picture
5   #
6   if ($#argv != 1) then
7 <        echo "Usage: $0 input.pic > output.pic"
7 >        echo "Usage: $0 input.hdr > output.hdr"
8          exit 1
9   endif
10   set ifile=$1
11 < set td=/usr/tmp
11 > set td=/tmp
12   set gf=$td/av$$.gs
13   set cf=$td/av$$.cal
14   set tf=($gf $cf)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines