diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-14 15:46:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-14 15:46:38 (GMT) |
commit | e2518919c959dbf1bdb0890151cae91293e0594d (patch) | |
tree | 8a436ae57a310fdce030f1d15ec6084724524785 /src/H5Z.c | |
parent | a34ed1f634081df2e6b8e7295eac73d3e31e7346 (diff) | |
download | hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.zip hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.gz hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.bz2 |
[svn-r7626] Purpose:
Update dependencies and tracing information
Platforms tested:
Linux 2.4 (verbena) w/FORTRAN
too minor for h5committest
Diffstat (limited to 'src/H5Z.c')
-rw-r--r-- | src/H5Z.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -213,6 +213,7 @@ H5Zregister(const H5Z_class_t *cls) herr_t ret_value=SUCCEED; /* Return value */ FUNC_ENTER_API(H5Zregister, FAIL) + H5TRACE1("e","Zc",cls); /* Check args */ if (cls==NULL) |