mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r102] Removed ifdef now that code is working.
This commit is contained in:
parent
c956e7e73a
commit
78aac33eb3
@ -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*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user