[svn-r22582] Description:
Refactor ID class registration to be more like how other "class"s in the
library are registered, and clean up compiler warnings.
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug
(Too minor to require h5comittest)
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
#define TYPE_BITS 7
|
||||
#define TYPE_MASK ((1<<TYPE_BITS)-1)
|
||||
|
||||
#define MAX_NUM_TYPES TYPE_MASK
|
||||
#define H5I_MAX_NUM_TYPES TYPE_MASK
|
||||
|
||||
/*
|
||||
* Number of bits to use for the Atom index in each atom (assumes 8-bit
|
||||
|
||||
Reference in New Issue
Block a user