hdf5/c++
Binh-Minh Ribler 0befe65753 [svn-r25632] Purpose: Fixed HDFFV-8852
Description:
    H5F_ACC_CREAT was included in the C++ API while the C library doesn't
    allow it yet.  Possibly, in the future, but not now.  In addition, the
    two flags H5F_ACC_RDONLY and H5F_ACC_RDWR were missing from the
    documentation, causing confusion that appending is not supported.
Solution:
    - Removed H5F_ACC_CREAT from the function until the C library support it
    - Added H5F_ACC_RDONLY and H5F_ACC_RDWR to the comments to update the
      documentation
Platforms tested:
    Linux/ppc64 (ostrich)
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2014-09-29 15:52:08 -05:00
..
examples [svn-r25397] - remove configure checks for MPI_File_get_size and Big 2014-07-07 13:22:48 -05:00
src [svn-r25632] Purpose: Fixed HDFFV-8852 2014-09-29 15:52:08 -05:00
test [svn-r25632] Purpose: Fixed HDFFV-8852 2014-09-29 15:52:08 -05:00
CMakeLists.txt [svn-r25188] Implement change to cmake_ext_mod config folder 2014-05-14 14:50:28 -05:00
COPYING
Makefile.am
Makefile.in [svn-r25397] - remove configure checks for MPI_File_get_size and Big 2014-07-07 13:22:48 -05:00