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.4 by greg, Wed Feb 16 05:40:11 2005 UTC vs.
Revision 2.5 by greg, Mon Aug 25 04:50:32 2008 UTC

# Line 48 | Line 48 | while ( $i <= $#argv && ! $firstarg )
48          endsw
49          set i=$i1
50   end
51 set td=/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