summaryrefslogtreecommitdiffstats
path: root/examples/h5_attribute.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-26 00:28:23 (GMT)
committerGitHub <noreply@github.com>2021-08-26 00:28:23 (GMT)
commit4576b3db8b19d8ea2cc949585f4ef292ddef37a0 (patch)
tree3b507e711b42650cc40dc1b183c5872bd6f6d5a0 /examples/h5_attribute.c
parent54b92c122dcd1340dc678f586647997b3e4c86fe (diff)
downloadhdf5-4576b3db8b19d8ea2cc949585f4ef292ddef37a0.zip
hdf5-4576b3db8b19d8ea2cc949585f4ef292ddef37a0.tar.gz
hdf5-4576b3db8b19d8ea2cc949585f4ef292ddef37a0.tar.bz2
Merge of examples and hl from dev (#964)
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r--examples/h5_attribute.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c
index 5d2a9ff..97be7f5 100644
--- a/examples/h5_attribute.c
+++ b/examples/h5_attribute.c
@@ -184,6 +184,8 @@ main(void)
printf("The value of the attribute \"Integer attribute\" is %d \n", point_out);
ret = H5Aclose(attr);
+ //! [H5Oget_info3_snip]
+
/*
* Find string attribute by iterating through all attributes
*/
@@ -203,6 +205,7 @@ main(void)
ret = H5Tclose(atype);
}
+ //! [H5Oget_info3_snip]
/*
* Get attribute info using iteration function.
*/