ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/oconv.c
(Generate patch)

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.6 by greg, Fri Feb 12 18:43:24 1993 UTC vs.
Revision 2.8 by greg, Mon Mar 28 11:13:58 1994 UTC

# Line 104 | Line 104 | breakopt:
104                  nfiles = readoct(infile, IO_ALL, &thescene, ofname);
105                  if (nfiles == 0)
106                          inpfrozen++;
107 <        }
108 <
109 <        printargs(argc, argv, stdout);  /* info. header */
107 >        } else
108 >                newheader("RADIANCE", stdout);  /* new binary file header */
109 >        printargs(argc, argv, stdout);
110          fputformat(OCTFMT, stdout);
111          printf("\n");
112  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines