diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-19 18:48:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-19 18:48:48 (GMT) |
commit | 78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af (patch) | |
tree | b078a63c6f50257b9c99202a08300efb6377536c | |
parent | c956e7e73a46009081b9c3e0a1eac003829a884a (diff) | |
download | hdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.zip hdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.tar.gz hdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.tar.bz2 |
[svn-r102] Removed ifdef now that code is working.
-rw-r--r-- | src/H5D.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -649,12 +649,10 @@ herr_t H5D_flush(hatom_t oid) } } -#if 1 /* Flush dataset header to disk -- just for debugging */ if (H5AC_flush (dataset->file, NULL, dataset->ent->header, FALSE)<0) { HRETURN_ERROR (H5E_OHDR, H5E_CANTFLUSH, FAIL); } -#endif dataset->dirty = FALSE; /*it's clean now*/ } |