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.3 by greg, Wed Feb 16 05:40:11 2005 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=/tmp/vl$$.cal
26 > set tp1=/tmp/vl$$r1.pic
27 > set tp2=/tmp/vl$$r2.pic
28 > set tp4=/tmp/vl$$r4.pic
29 > set tp8=/tmp/vl$$r8.pic
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