From 6c214577206cec6fc78fd0c5b722e6f2df107e14 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 29 Apr 2003 12:30:16 -0500 Subject: [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: --- src/H5F.c | 3 --- test/getname.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/H5F.c b/src/H5F.c index b951e54..d03440f 100644 --- a/src/H5F.c +++ b/src/H5F.c @@ -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 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 * April 12, 2002 * - * Purpose: Tests the H5Dset_extent call + * Purpose: Tests the "ID to name" functionality */ #include "hdf5.h" -- cgit v0.12