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

Comparing ray/src/px/vlpic.csh (file contents):
Revision 3.2 by greg, Tue Jan 18 03:59:41 2005 UTC vs.
Revision 3.4 by greg, Mon Aug 25 04:50:32 2008 UTC

# Line 22 | Line 22 | while ($#argv > 1)
22          endsw
23          shift argv
24   end
25 < set tc=/usr/tmp/vl$$.cal
26 < set tp1=/usr/tmp/vl$$r1.pic
27 < set tp2=/usr/tmp/vl$$r2.pic
28 < set tp4=/usr/tmp/vl$$r4.pic
29 < set tp8=/usr/tmp/vl$$r8.pic
25 > set tc=`mktemp /tmp/vlcal.XXXXXXX`
26 > set tp1=`mktemp /tmp/vlpic.XXXXXX`
27 > set tp2=`mktemp /tmp/vlr2pic.XXXXXX`
28 > set tp4=`mktemp /tmp/vlr4pic.XXXXXX`
29 > set tp8=`mktemp /tmp/vlr8pic.XXXXXX`
30   set tf=($tc $tp1 $tp2 $tp4 $tp8)
31   set inpic=$argv[1]
32   onintr quit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines