--- ray/src/common/idmap.h 2019/07/26 16:18:06 2.1 +++ ray/src/common/idmap.h 2022/08/24 19:55:58 2.3 @@ -1,4 +1,4 @@ -/* RCSid $Id: idmap.h,v 2.1 2019/07/26 16:18:06 greg Exp $ */ +/* RCSid $Id: idmap.h,v 2.3 2022/08/24 19:55:58 greg Exp $ */ /* * Definitions and delcarations for loading identifier maps * @@ -20,14 +20,14 @@ extern "C" { #define IDMAP24FMT "24-bit_indexed_name" #define IDMAPFMT "*-bit_indexed_name" -#define HF_HEADOUT 0x2 -#define HF_RESOUT 0x8 +#define HF_HEADOUT 0x2 /* copy header to stdout */ +#define HF_RESOUT 0x8 /* copy resolution */ +#define HF_STDERR 0x10 /* report errors to stderr */ /* Structure for reading identifier maps */ typedef struct { FILE *finp; /* input file pointer */ long dstart; /* start of data */ - long curpos; /* current input position */ RESOLU res; /* input resolution */ int bytespi; /* 1, 2, or 3 bytes per index */ int nids; /* ID count */