summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-09-15 20:06:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-09-15 20:06:01 (GMT)
commit24725d64aa4e944c4be4e0dcefa0880cb8ac627c (patch)
treecc07ac2b9b1d700cfc0b9f7148a4facb4842b4c4 /src/H5Pfapl.c
parent926011174e7c1b75e55f07f5ad100e6cc0b16614 (diff)
downloadhdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.zip
hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.gz
hdf5-24725d64aa4e944c4be4e0dcefa0880cb8ac627c.tar.bz2
[svn-r12668] Description:
Re-run 'bin/reconfigure' script after recent checkins Tested on: none - shouldn't have any affect on compilation
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index e05b983..bcb7cd4 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -1495,6 +1495,7 @@ H5Pset_latest_format(hid_t plist_id, hbool_t latest)
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(H5Pset_latest_format, FAIL)
+ H5TRACE2("e","ib",plist_id,latest);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id, H5P_FILE_ACCESS)))
@@ -1529,6 +1530,7 @@ H5Pget_latest_format(hid_t plist_id, hbool_t *latest/*out*/)
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(H5Pget_latest_format, FAIL)
+ H5TRACE2("e","ix",plist_id,latest);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id, H5P_FILE_ACCESS)))