diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-31 19:21:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-31 19:21:59 (GMT) |
commit | 6742cba5720839693780c247d55deee62a3bee51 (patch) | |
tree | 2f3782d1096becbe96da8d06e463da134d851984 /tools | |
parent | abb9cc9cd8834024a7a46cf3438585aad1af09f5 (diff) | |
download | hdf5-6742cba5720839693780c247d55deee62a3bee51.zip hdf5-6742cba5720839693780c247d55deee62a3bee51.tar.gz hdf5-6742cba5720839693780c247d55deee62a3bee51.tar.bz2 |
[svn-r19322] Description:
Misc. minor formatting issues, etc.
Tested on:
Mac OS X/32 10.6.4 (amazon) w/debug
(h5committest not required on this branch)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/misc/h5debug.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c index ef43adb..50d81d0 100644 --- a/tools/misc/h5debug.c +++ b/tools/misc/h5debug.c @@ -21,8 +21,6 @@ * * Purpose: Debugs an existing HDF5 file at a low level. * - * Modifications: - * *------------------------------------------------------------------------- */ #define H5A_PACKAGE /*suppress error about including H5Apkg */ @@ -144,10 +142,6 @@ get_H5B2_class(const uint8_t *sig) * koziol@hdfgroup.org * Sep 11 2008 * - * Modifications: - * Vailin Choi; August 2010 - * Added Extensible Array class callbacks. - * *------------------------------------------------------------------------- */ static const H5EA_class_t * @@ -234,9 +228,6 @@ get_H5FA_class(const uint8_t *sig) * matzke@llnl.gov * Jul 18 1997 * - * Modifications: - * Vailin Choi; August 2010 - * Modified to handle Extensible Array and Fixed Array meta data. *------------------------------------------------------------------------- */ int |