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.7 by greg, Sun Feb 27 10:16:42 1994 UTC

# Line 106 | Line 106 | breakopt:
106                          inpfrozen++;
107          }
108  
109 <        printargs(argc, argv, stdout);  /* info. header */
109 >        newheader("RADIANCE", stdout);  /* new binary file header */
110 >        printargs(argc, argv, stdout);
111          fputformat(OCTFMT, stdout);
112          printf("\n");
113  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines