diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-11-18 20:22:51 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-11-18 20:22:51 (GMT) |
commit | 374f8f9da5cbe8ad9523f600989560dc110de40f (patch) | |
tree | 4a31eebaf31eda6be264859d48c6a9bc59864051 /src/H5I.c | |
parent | e012505802452518fff2cb17bfbb546a702ac9a9 (diff) | |
download | hdf5-374f8f9da5cbe8ad9523f600989560dc110de40f.zip hdf5-374f8f9da5cbe8ad9523f600989560dc110de40f.tar.gz hdf5-374f8f9da5cbe8ad9523f600989560dc110de40f.tar.bz2 |
[svn-r16096] Purpose: Updating bin/reconfigure script
Updating bin/reconfigure script to point to autotools in /mnt/hdf/packages,
since /home1/packages no longer exists.
Tested: kagiso
Diffstat (limited to 'src/H5I.c')
-rw-r--r-- | src/H5I.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1867,6 +1867,7 @@ H5Iis_valid(hid_t id) htri_t ret_value = TRUE; /* Return value */ FUNC_ENTER_API(H5Iis_valid, FAIL) + H5TRACE1("t", "i", id); type = H5I_TYPE(id); /* Check for conditions that would cause H5I_find_id to throw an assertion */ |