You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
615 B
16 lines
615 B
3 years ago
|
diff -up netcdf-c-4.8.0/h5_test/tst_h_atts3.c.test netcdf-c-4.8.0/h5_test/tst_h_atts3.c
|
||
|
--- netcdf-c-4.8.0/h5_test/tst_h_atts3.c.test 2021-03-30 14:23:10.000000000 -0600
|
||
|
+++ netcdf-c-4.8.0/h5_test/tst_h_atts3.c 2021-04-10 18:36:38.490728048 -0600
|
||
|
@@ -209,7 +209,11 @@ main()
|
||
|
hid_t file_typeid1[NUM_OBJ_1], native_typeid1[NUM_OBJ_1];
|
||
|
hid_t file_typeid2, native_typeid2;
|
||
|
hsize_t num_obj;
|
||
|
+#if H5_VERSION_GE(1,12,0)
|
||
|
+ H5O_info2_t obj_info;
|
||
|
+#else
|
||
|
H5O_info_t obj_info;
|
||
|
+#endif
|
||
|
char obj_name[STR_LEN + 1];
|
||
|
hsize_t dims[1] = {ATT_LEN}; /* netcdf attributes always 1-D. */
|
||
|
|