diff options
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c index 324cb49..25a16b6 100644 --- a/test/istore.c +++ b/test/istore.c @@ -8,6 +8,7 @@ * Purpose: Tests various aspects of indexed raw data storage. */ #include <H5private.h> +#include <H5Aprivate.h> #include <H5Cprivate.h> #include <H5Fprivate.h> #include <H5Gprivate.h> @@ -573,7 +574,7 @@ main(int argc, char *argv[]) */ template_id = H5Ccreate(H5C_FILE_CREATE); H5Cset_sizes(template_id, 8, 0); - creation_template = H5Aatom_object(template_id); + creation_template = H5A_object(template_id); /* Create the test file */ if (NULL == (f = H5F_open(FILETYPE, FILENAME, |