Forgot passing group property list when merging the code

This commit is contained in:
Muqun Yang
2021-04-26 10:12:08 -05:00
parent 25c3a55b65
commit 7aa93ccf61

View File

@@ -1605,7 +1605,7 @@ write_group(state_t *s, unsigned int which)
}
}
if ((g = H5Gcreate2(s->file, name, H5P_DEFAULT, H5P_DEFAULT,
if ((g = H5Gcreate2(s->file, name, H5P_DEFAULT, gcpl,
H5P_DEFAULT)) < 0) {
H5_FAILED(); AT();
printf("H5Gcreate2 failed\n");