diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-24 15:32:46 (GMT) |
commit | de68722fb97bdbd063224bcbb984bed32ba8c27e (patch) | |
tree | f5084fa68977d4a0130bea45bd997d6b46be416d /test/tfile.c | |
parent | 5fdfe1b206dd25ff0ea3f7a74700a3a9c79f6cc2 (diff) | |
download | hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.zip hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.gz hdf5-de68722fb97bdbd063224bcbb984bed32ba8c27e.tar.bz2 |
[svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/tfile.c b/test/tfile.c index 90a5883..5d32925 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -61,8 +61,8 @@ static const uintn btree_k_default_g[] = H5C_BTREE_K_DEFAULT; ****************************************************************/ static void test_file_create(void) { - hatom_t fid1,fid2,fid3; /* HDF5 File IDs */ - hatom_t tmpl1,tmpl2; /* File creation templates */ + hid_t fid1,fid2,fid3; /* HDF5 File IDs */ + hid_t tmpl1,tmpl2; /* File creation templates */ uintn parm; /* File-creation parameters */ uint8 parm2; /* File-creation parameters */ herr_t ret; /* Generic return value */ @@ -240,8 +240,8 @@ static void test_file_create(void) ****************************************************************/ static void test_file_open(void) { - hatom_t fid1; /* HDF5 File IDs */ - hatom_t tmpl1; /* File creation templates */ + hid_t fid1; /* HDF5 File IDs */ + hid_t tmpl1; /* File creation templates */ uintn parm; /* File-creation parameters */ uint8 parm2; /* File-creation parameters */ herr_t ret; /* Generic return value */ |