summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-19 18:48:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-19 18:48:48 (GMT)
commit78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af (patch)
treeb078a63c6f50257b9c99202a08300efb6377536c
parentc956e7e73a46009081b9c3e0a1eac003829a884a (diff)
downloadhdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.zip
hdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.tar.gz
hdf5-78aac33eb39f67bbcc208dbaa5bf6c3e571bf9af.tar.bz2
[svn-r102] Removed ifdef now that code is working.
-rw-r--r--src/H5D.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5D.c b/src/H5D.c
index d3c1a5d..8566816 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -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*/
}