mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r29620] Merge of r29619 from revise_chunks. Minor H5Fpublic.h comment update.
Tested on: 64-bit Ubuntu 15.10 (build only, no code changes)
This commit is contained in:
parent
86f401d740
commit
0024745638
@ -48,9 +48,6 @@
|
||||
* which are compatible with the library to which the application is linked.
|
||||
* We're assuming that these constants are used rather early in the hdf5
|
||||
* session.
|
||||
*
|
||||
* Note that H5F_ACC_DEBUG is deprecated (nonfuncational) but retained as a
|
||||
* symbol for backward compatibility.
|
||||
*/
|
||||
#define H5F_ACC_RDONLY (H5CHECK H5OPEN 0x0000u) /*absence of rdwr => rd-only */
|
||||
#define H5F_ACC_RDWR (H5CHECK H5OPEN 0x0001u) /*open for read and write */
|
||||
|
Loading…
Reference in New Issue
Block a user