summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-13 20:36:59 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-13 20:36:59 (GMT)
commitfa3be978e5954c2ea1013afbb88f9e0c245cd029 (patch)
treee1cf0f09335febea74227c06713932c746c0c0f6 /tools/h5repack/h5repack.c
parente240c00154d986f20e8c7c0158a222324ec10d68 (diff)
downloadhdf5-fa3be978e5954c2ea1013afbb88f9e0c245cd029.zip
hdf5-fa3be978e5954c2ea1013afbb88f9e0c245cd029.tar.gz
hdf5-fa3be978e5954c2ea1013afbb88f9e0c245cd029.tar.bz2
[svn-r8870] Purpose:
updated some comments Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.c')
-rw-r--r--tools/h5repack/h5repack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c
index 3fc9a48..56a046f 100644
--- a/tools/h5repack/h5repack.c
+++ b/tools/h5repack/h5repack.c
@@ -55,7 +55,7 @@ static void aux_initglb_filter(pack_opt_t *options)
*
* Return: 0, ok, -1, fail
*
- * Programmer: Pedro Vicente, pvn@ncsa.uiuc.edu
+ * Programmer: pvn@ncsa.uiuc.edu
*
* Date: September, 22, 2003
*
@@ -224,7 +224,7 @@ int h5repack_addlayout(const char* str,
*
* Return: void, return -1 on error
*
- * Programmer: Pedro Vicente, pvn@ncsa.uiuc.edu
+ * Programmer: pvn@ncsa.uiuc.edu
*
* Date: September, 22, 2003
*
@@ -382,7 +382,7 @@ static int check_options(pack_opt_t *options)
*
* Return: void, exit on error
*
- * Programmer: Pedro Vicente, pvn@ncsa.uiuc.edu
+ * Programmer: pvn@ncsa.uiuc.edu
*
* Date: September, 22, 2003
*