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.3 by greg, Wed Feb 16 05:40:11 2005 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2 < # SCCSid "$SunId$ LBL"
2 > # RCSid: $Id$
3   #
4   # Add veiling glare to picture
5   #
# Line 8 | Line 8 | if ($#argv != 1) then
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