ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/idmap.h
(Generate patch)

Comparing ray/src/common/idmap.h (file contents):
Revision 2.2 by greg, Fri Jul 26 18:37:21 2019 UTC vs.
Revision 2.3 by greg, Wed Aug 24 19:55:58 2022 UTC

# Line 28 | Line 28 | extern "C" {
28   typedef struct {
29          FILE            *finp;                  /* input file pointer */
30          long            dstart;                 /* start of data */
31        long            curpos;                 /* current input position */
31          RESOLU          res;                    /* input resolution */
32          int             bytespi;                /* 1, 2, or 3 bytes per index */
33          int             nids;                   /* ID count */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines