[svn-r14124] Description:

Fix typo H5Gopenw -> H5Gopen2

Tested on:
	FreeBSD/32 6.2 (duty)
This commit is contained in:
Quincey Koziol 2007-08-29 08:19:57 -05:00
parent bc07e61d29
commit ea7b995476

View File

@ -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 */