diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-21 02:56:50 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-21 02:56:50 (GMT) |
commit | 44626957a67f333369506cc32d42e95977600fd7 (patch) | |
tree | 9a48bffdb76a37903c18316815a50c933d8eb368 /c++/test | |
parent | d8199a74ee5251be30b72d1b50a855192650c9d1 (diff) | |
download | hdf5-44626957a67f333369506cc32d42e95977600fd7.zip hdf5-44626957a67f333369506cc32d42e95977600fd7.tar.gz hdf5-44626957a67f333369506cc32d42e95977600fd7.tar.bz2 |
Description:
Fixed typos and missing items in function headers, that were revealed
by Doxygen, and revised various comments.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/ttypes.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp index 22db539..fee4115 100644 --- a/c++/test/ttypes.cpp +++ b/c++/test/ttypes.cpp @@ -272,9 +272,8 @@ static void test_query() tcpl.close(); tid2.close(); - // Open the datatypes for query + // Open the datatypes for query. Testing both ways - // Deprecated functions tid1 = file.openCompType(CompT_NAME); tid1.close(); tid2 = file.openEnumType(EnumT_NAME); |