Files
src_old/src/include/H5Fed_adjacency.h
T
gsell 2bc7cc1024 - local IDs and indices are now 32bit (in the future it will be possible
to compile the library with 32bit or 64bit IDs/indices.
- bugfixes
2011-02-03 10:40:40 +00:00

19 lines
290 B
C

#ifndef __H5FED_ADJACENCY_H
#define __H5FED_ADJACENCY_H
h5_err_t
H5FedGetAdjacencies (
h5_file_t* const f,
const h5_loc_id_t entity_id,
const h5_int32_t dim,
h5_loc_idlist_t** list
);
h5_err_t
H5FedReleaseListOfAdjacencies (
h5_file_t * const f,
h5_loc_idlist_t **list
);
#endif