src/include/h5core/h5.h:

- h5_open_file1() return type is 'h5_file_p' not 'h5_file_t'
This commit is contained in:
2016-03-18 11:29:36 +01:00
parent c73d10ffb7
commit 2cd718b7a1
+1 -1
View File
@@ -69,7 +69,7 @@ h5_err_t
h5_close_prop (
h5_prop_t);
h5_file_t
h5_file_p
h5_open_file1 (
const char*, const h5_int32_t, MPI_Comm, const h5_size_t);