diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-01-22 20:58:02 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-01-22 20:58:02 (GMT) |
commit | f8cd97a833c21e21d4844ccec6a977f9f0afa64d (patch) | |
tree | 3715a3a112b4cc2e9b6e3af10f29e97081bed1d5 /test/testhdf5.c | |
parent | 0a3c3620730264cfa0f647ac47412038b9b8b4db (diff) | |
download | hdf5-f8cd97a833c21e21d4844ccec6a977f9f0afa64d.zip hdf5-f8cd97a833c21e21d4844ccec6a977f9f0afa64d.tar.gz hdf5-f8cd97a833c21e21d4844ccec6a977f9f0afa64d.tar.bz2 |
[svn-r8085] Purpose:
Improvement.
Description:
Verbosity level were specified by numbers which are not meaningful
and prone to typos.
Solution:
Adapted the Verbosity predefined level symbols from HDF4
and changed all numberic verbosity to symbolic values.
(Still need to convert some left over macros like MESSAGE.)
Platforms tested:
Eirene.
No h5committest since this is trivial.
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 798ef7a..b368ad2 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -30,8 +30,6 @@ BUGS/LIMITATIONS - EXPORTED ROUTINES/VARIABLES: - Two variables are exported: num_errs, and Verbosity. */ |