mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r17130] Corrected some typos. No test is needed.
This commit is contained in:
parent
66b4d3889c
commit
afe8d149bb
@ -10169,7 +10169,7 @@ test_attr_bug6(hid_t fcpl, hid_t fapl)
|
||||
|
||||
/* Open root group */
|
||||
gid = H5Gopen2(fid, "/", H5P_DEFAULT);
|
||||
CHECK(gid, FAIL, "H5Gcreate2");
|
||||
CHECK(gid, FAIL, "H5Gopen2");
|
||||
|
||||
/* Create dataspace */
|
||||
sid = H5Screate_simple(1, dims, NULL);
|
||||
@ -10184,7 +10184,7 @@ test_attr_bug6(hid_t fcpl, hid_t fapl)
|
||||
|
||||
/* Open the attribute again */
|
||||
aid2 = H5Aopen(gid, ATTR1_NAME, H5P_DEFAULT);
|
||||
CHECK(aid2, FAIL, "H5Aopen_name");
|
||||
CHECK(aid2, FAIL, "H5Aopen");
|
||||
|
||||
ret = H5Aread(aid2, H5T_NATIVE_INT, intar);
|
||||
CHECK(ret, FAIL, "H5Aread");
|
||||
|
Loading…
x
Reference in New Issue
Block a user