diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 21:42:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-03-18 21:42:55 (GMT) |
commit | d0c4c5741e4c29e4dc9e67062e2692d6316e2056 (patch) | |
tree | 995077b986358bc895213f7104e85af2f9aa6647 /src/H5Snone.c | |
parent | 356b2bd5c49631ff25a7f1f990e19897be41a487 (diff) | |
download | hdf5-d0c4c5741e4c29e4dc9e67062e2692d6316e2056.zip hdf5-d0c4c5741e4c29e4dc9e67062e2692d6316e2056.tar.gz hdf5-d0c4c5741e4c29e4dc9e67062e2692d6316e2056.tar.bz2 |
[svn-r18426] Description:
Rename "old" cache code and routines from H5AC to H5AC1.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug, prod & parallel
(h5committest not required on this branch)
Diffstat (limited to 'src/H5Snone.c')
-rw-r--r-- | src/H5Snone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Snone.c b/src/H5Snone.c index 50e685a..23fd1de 100644 --- a/src/H5Snone.c +++ b/src/H5Snone.c @@ -782,6 +782,7 @@ H5Sselect_none(hid_t spaceid) herr_t ret_value = SUCCEED; /* return value */ FUNC_ENTER_API(H5Sselect_none, FAIL) + H5TRACE1("e", "i", spaceid); /* Check args */ if(NULL == (space = (H5S_t *)H5I_object_verify(spaceid, H5I_DATASPACE))) |