diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 02:09:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-13 02:09:48 (GMT) |
commit | 3dd92875b2120db5047fd48ee0bc55fb1d1e1763 (patch) | |
tree | dfbc14b56725ef02dd431d41b9aab629d79e05a3 /src/H5B2pkg.h | |
parent | 9eeffcb45ea1b6986acc9c002c7cb36d2e6775f6 (diff) | |
download | hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.zip hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.tar.gz hdf5-3dd92875b2120db5047fd48ee0bc55fb1d1e1763.tar.bz2 |
[svn-r18548] Description:
Minor cleanups to compile with PGI C compiler 10.x.
Tested on:
Linux 2.4/32 (jam) w/PGI 10.x C and F90 compilers
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r-- | src/H5B2pkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h index 6307187..dd8f67b 100644 --- a/src/H5B2pkg.h +++ b/src/H5B2pkg.h @@ -248,7 +248,7 @@ H5_DLLVAR const H5B2_class_t H5B2_TEST[1]; #endif /* H5B2_TESTING */ /* Array of v2 B-tree client ID -> client class mappings */ -extern const H5B2_class_t *const H5B2_client_class_g[]; +extern const H5B2_class_t *const H5B2_client_class_g[H5B2_NUM_BTREE_ID]; /******************************/ |