summaryrefslogtreecommitdiffstats
path: root/test/th5t.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/th5t.c')
-rw-r--r--test/th5t.c6
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 */