Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e7a60fbe authored by gsell's avatar gsell
Browse files

src/include/h5core/h5b_module.h

- the function to define a grid are now available as dummy function in the serial version
parent 2ed8ad09
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,6 @@ h5b_3d_get_chunk ( ...@@ -78,7 +78,6 @@ h5b_3d_get_chunk (
const char*, const char*,
h5_size_t* const, h5_size_t* const, h5_size_t* const); h5_size_t* const, h5_size_t* const, h5_size_t* const);
#if defined(PARALLEL_IO)
h5_err_t h5_err_t
h5b_3d_set_grid ( h5b_3d_set_grid (
const h5_file_t, const h5_file_t,
...@@ -94,7 +93,6 @@ h5_err_t ...@@ -94,7 +93,6 @@ h5_err_t
h5b_3d_set_dims ( h5b_3d_set_dims (
const h5_file_t, const h5_file_t,
const h5_size_t, const h5_size_t, const h5_size_t); const h5_size_t, const h5_size_t, const h5_size_t);
#endif
h5_err_t h5_err_t
h5b_3d_set_halo ( h5b_3d_set_halo (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment