diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-02 20:55:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-02 20:55:57 (GMT) |
commit | 67c3ca2fbee1c016b484ff8aef29bf716e0440f6 (patch) | |
tree | 698fd92b29e1f94b280fed536cd509cbab51b6a5 /src | |
parent | 2c224df36d58a363aa9ab033e6d3595050a8bc7f (diff) | |
download | hdf5-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |