diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-22 22:25:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-22 22:25:07 (GMT) |
commit | 99d621130d75034d84aae351863df88622bb9ad5 (patch) | |
tree | 7997424309682e0ffa7ab6a454fb78c48c56ee4c | |
parent | c4ed232b2cf0705781c41fed54fd42e500e7e633 (diff) | |
download | hdf5-99d621130d75034d84aae351863df88622bb9ad5.zip hdf5-99d621130d75034d84aae351863df88622bb9ad5.tar.gz hdf5-99d621130d75034d84aae351863df88622bb9ad5.tar.bz2 |
[svn-r40] Changed comments about length and offset parameters from uintn to uint8
-rw-r--r-- | src/H5Cpublic.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Cpublic.h b/src/H5Cpublic.h index 99a83ae..98fa65f 100644 --- a/src/H5Cpublic.h +++ b/src/H5Cpublic.h @@ -30,10 +30,10 @@ extern "C" { /* Parameters to use when retrieving file-creation template information */ typedef enum { H5_USERBLOCK_SIZE, /* (uintn) Size of the user block in the file in bytes */ - H5_OFFSET_SIZE, /* (uintn) Number of bytes for offsets */ - H5_LENGTH_SIZE, /* (uintn) Number of bytes for lengths */ - H5_SYM_LEAF_K, /* (uintn) 1/2 rank for symbol table leaf nodes */ - H5_SYM_INTERN_K, /* (uintn) 1/2 rank for symbol table internal nodes */ + H5_OFFSET_SIZE, /* (uint8) Number of bytes for offsets */ + H5_LENGTH_SIZE, /* (uint8) Number of bytes for lengths */ + H5_SYM_LEAF_K, /* (uintn) 1/2 rank for symbol table leaf nodes */ + H5_SYM_INTERN_K, /* (uintn) 1/2 rank for symbol table internal nodes */ H5_BOOTBLOCK_VER, /* (uint8) Version # of the boot-block format */ H5_SMALLOBJECT_VER, /* (uint8) Version # of the small-object heap format */ H5_FREESPACE_VER, /* (uint8) Version # of the free-space info format */ |