mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r14124] Description:
Fix typo H5Gopenw -> H5Gopen2 Tested on: FreeBSD/32 6.2 (duty)
This commit is contained in:
parent
bc07e61d29
commit
ea7b995476
@ -173,7 +173,7 @@ static void extlink_prefix_example(void)
|
||||
H5Gclose(group_id);
|
||||
|
||||
/* Each file has had a group created inside it using the same external link. */
|
||||
group_id = H5Gopenw(red_file_id, "pink", H5P_DEFAULT);
|
||||
group_id = H5Gopen2(red_file_id, "pink", H5P_DEFAULT);
|
||||
group2_id = H5Gopen2(blue_file_id, "sky blue", H5P_DEFAULT);
|
||||
|
||||
/* Clean up our open IDs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user