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/th5t.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/th5t.c')
-rw-r--r-- | test/th5t.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/th5t.c b/test/th5t.c index 1570de9..efed783 100644 --- a/test/th5t.c +++ b/test/th5t.c @@ -50,9 +50,9 @@ static char RcsId[] = "$Revision$"; ****************************************************************/ static void test_h5t_basic(void) { - hatom_t fid1; /* HDF5 File IDs */ - hatom_t tid1,tid2; /* Datatype ID */ - hatom_t type; /* Datatype's base type */ + hid_t fid1; /* HDF5 File IDs */ + hid_t tid1,tid2; /* Datatype ID */ + hid_t type; /* Datatype's base type */ uint8 len, arch; /* Datatype's length and architecture */ herr_t ret; /* Generic return value */ |