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

Comparing ray/src/px/xyzimage.csh (file contents):
Revision 2.2 by greg, Thu Feb 15 11:11:39 1996 UTC vs.
Revision 2.5 by greg, Mon Aug 25 04:50:32 2008 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2 < # SCCSid "$SunId$ LBL"
2 > # RCSid: $Id$
3   #
4   # Display one or more CIE XYZE pictures using ximage
5   #
# Line 48 | Line 48 | while ( $i <= $#argv && ! $firstarg )
48          endsw
49          set i=$i1
50   end
51 set td=/usr/tmp/xyz$$
51   set ecode=1
52   onintr quit
53 < mkdir $td
53 > set td=`mktemp -d /tmp/xyz.XXXXXX`
54   if ( ! $firstarg ) then
55          ra_xyze -r -u $popt > $td/stdin
56          if ( $status ) goto quit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines