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

Comparing ray/src/util/fieldcomb.csh (file contents):
Revision 2.6 by greg, Tue Sep 6 15:34:46 2005 UTC vs.
Revision 2.7 by greg, Mon Nov 10 19:08:19 2008 UTC

# Line 10 | Line 10
10   #
11   # Written by Greg Ward for Iebele Abel in August 2005
12   #
13 < set spare_name=spare_fieldcomb_frame.pic
13 > set spare_name=spare_fieldcomb_frame.hdr
14   set odd_first=0
15   while ($#argv > 1)
16          switch ($argv[1])
# Line 35 | Line 35 | while ($#argv > 1)
35          shift argv
36   end
37   if ($#argv < 2) then
38 <        echo "Usage: $0 [-e|-o][-r] [-f combined.pic] field1.pic field2.pic .."
38 >        echo "Usage: $0 [-e|-o][-r] [-f combined.hdr] field1.hdr field2.hdr .."
39          exit 1
40   endif
41   if ($?outfile && $#argv > 2) then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines