diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-29 17:30:16 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-29 17:30:16 (GMT) |
commit | 6c214577206cec6fc78fd0c5b722e6f2df107e14 (patch) | |
tree | aa694a001ce9ce59a4e39ac5dea1b4365471932d /test/getname.c | |
parent | 2faf013f736493d99750609f5fe5bbad3dd75ced (diff) | |
download | hdf5-6c214577206cec6fc78fd0c5b722e6f2df107e14.zip hdf5-6c214577206cec6fc78fd0c5b722e6f2df107e14.tar.gz hdf5-6c214577206cec6fc78fd0c5b722e6f2df107e14.tar.bz2 |
[svn-r6776] Purpose:
removed and change comments
Description:
removed the modification comment about the while loop, it is not sufficiently important to be there
changed the "Id to name" comment in the test description, it was incorrecly about other thing
Solution:
Platforms tested:
none , just comments
Misc. update:
Diffstat (limited to 'test/getname.c')
-rw-r--r-- | test/getname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/getname.c b/test/getname.c index 9ea6984..07cbff7 100644 --- a/test/getname.c +++ b/test/getname.c @@ -16,7 +16,7 @@ * Programmer: Pedro Vicente <pvn@ncsa.uiuc.edu> * April 12, 2002 * - * Purpose: Tests the H5Dset_extent call + * Purpose: Tests the "ID to name" functionality */ #include "hdf5.h" |