summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-02 20:55:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-02 20:55:57 (GMT)
commit67c3ca2fbee1c016b484ff8aef29bf716e0440f6 (patch)
tree698fd92b29e1f94b280fed536cd509cbab51b6a5 /src
parent2c224df36d58a363aa9ab033e6d3595050a8bc7f (diff)
downloadhdf5-67c3ca2fbee1c016b484ff8aef29bf716e0440f6.zip
hdf5-67c3ca2fbee1c016b484ff8aef29bf716e0440f6.tar.gz
hdf5-67c3ca2fbee1c016b484ff8aef29bf716e0440f6.tar.bz2
[svn-r1626] Removed incorrect comment about only allowing atomic fields in a compound
datatype.
Diffstat (limited to 'src')
-rw-r--r--src/H5T.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5T.c b/src/H5T.c
index b3c5f72..8c185aa 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -3401,10 +3401,6 @@ H5Tget_member_type(hid_t type_id, int membno)
* the member in an instance of the compound data type, and
* MEMBER_ID is the type of the new member.
*
- * Note: All members of a compound data type must be atomic; a
- * compound data type cannot have a member which is a compound
- * data type.
- *
* Return: Success: Non-negative, the PARENT_ID compound data
* type is modified to include a copy of the
* member type MEMBER_ID.