mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1948] File was changed by something, probably $(TRACE), automagically.
The changes seem harmless. So checking it in once for all.
This commit is contained in:
parent
f490968edc
commit
b837e67040
@ -219,11 +219,12 @@ H5FD_dpss_init (void)
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
herr_t
|
||||
H5Pset_fapl_dpss (hid_t fapl_id)
|
||||
H5Pset_fapl_dpss(hid_t fapl_id)
|
||||
{
|
||||
herr_t ret_value=FAIL;
|
||||
|
||||
FUNC_ENTER (H5FD_set_fapl_dpss, FAIL);
|
||||
H5TRACE1("e","i",fapl_id);
|
||||
|
||||
/* Check arguments */
|
||||
if (H5P_FILE_ACCESS != H5Pget_class (fapl_id))
|
||||
|
Loading…
x
Reference in New Issue
Block a user