[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:
This commit is contained in:
Pedro Vicente Nunes 2003-04-29 12:30:16 -05:00
parent 2faf013f73
commit 6c21457720
2 changed files with 1 additions and 4 deletions

View File

@ -2839,9 +2839,6 @@ done:
* Modified H5F_flush call to take one flag instead of
* several Boolean flags.
*
* Pedro Vicente, 2003-04-21
* Changed do.while loop to while in the H5F_CLOSE_STRONG case.
*
*-------------------------------------------------------------------------
*/
static herr_t

View File

@ -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"