diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-05 19:33:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-05 19:33:15 (GMT) |
commit | 0a379e1cc1a0cfcc51d3bb1a3e90cbc3310aa820 (patch) | |
tree | f46c614ba963652e912e050b4434614c4b5f2dca /src/H5D.c | |
parent | e58abf2a422e81bb49f315f4d9b014bbc63ad03a (diff) | |
download | hdf5-0a379e1cc1a0cfcc51d3bb1a3e90cbc3310aa820.zip hdf5-0a379e1cc1a0cfcc51d3bb1a3e90cbc3310aa820.tar.gz hdf5-0a379e1cc1a0cfcc51d3bb1a3e90cbc3310aa820.tar.bz2 |
[svn-r70] Added clarifying comments from code review meeting to H5Mflush and H5D_flush.
Diffstat (limited to 'src/H5D.c')
-rw-r--r-- | src/H5D.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -256,7 +256,8 @@ done: DESCRIPTION This function flushes a dataset to disk. (i.e. makes the disk version agree with what's in memory, it does _not_ update the memory version with - any changes on disk) + any changes on disk) This function is primarily called from H5Mflush, but + internal library routines may call it also. --------------------------------------------------------------------------*/ herr_t H5D_flush(hatom_t oid) { |