From 0286d971c7c954af1a0bb152c1492fa62dcc9ead Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 28 Jun 2008 23:55:48 -0500 Subject: [svn-r15294] Description: Switch from H5Tarray_create -> H5Tarray_create2 to avoid problem when building with v16 APIs. Tested on: Eyeballed (5 min before daily tests... :-) --- test/dtypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dtypes.c b/test/dtypes.c index 9b7e674..ed1b049 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -1532,7 +1532,7 @@ test_compound_8(void) * Test H5Tpack for array type of nested compound type */ /* Create an array type of compound type */ - if((arr_tid = H5Tarray_create(tid2_copy, 1, dims)) < 0) { + if((arr_tid = H5Tarray_create2(tid2_copy, 1, dims)) < 0) { H5_FAILED(); AT(); printf("Can't create an array datatype\n"); goto error; -- cgit v0.12