src/include/h5core/h5b_module.h

- the function to define a grid are now available as dummy function in the serial version
This commit is contained in:
2017-07-27 18:33:14 +02:00
parent 2ed8ad093c
commit e7a60fbe9f
-2
View File
@@ -78,7 +78,6 @@ h5b_3d_get_chunk (
const char*,
h5_size_t* const, h5_size_t* const, h5_size_t* const);
#if defined(PARALLEL_IO)
h5_err_t
h5b_3d_set_grid (
const h5_file_t,
@@ -94,7 +93,6 @@ h5_err_t
h5b_3d_set_dims (
const h5_file_t,
const h5_size_t, const h5_size_t, const h5_size_t);
#endif
h5_err_t
h5b_3d_set_halo (