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

Comparing ray/src/cal/rsplit.c (file contents):
Revision 1.16 by greg, Fri Jun 7 18:19:22 2024 UTC vs.
Revision 1.17 by greg, Fri Jun 7 20:26:53 2024 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17   #define DOHEADER        1
18   #define DORESOLU        2
19  
20 #define MAXFILE         512             /* maximum number of files */
21
20   int                     swapped = 0;    /* input is byte-swapped */
21  
22   struct outstream {              /* structure to hold output stream info */
# Line 27 | Line 25 | struct outstream {             /* structure to hold output stream
25          int             ncomp;          /* component count */
26          int             bytsiz;         /* bytes/component if binary */
27          int             hdrflags;       /* header output flags */
30        const char      *format;        /* data format */
28          int             termc;          /* data separation character */
29 +        const char      *format;        /* data format */
30   }       *rofile = NULL;
31  
32   int             nfiles = 0;     /* output file count */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines