25F5_DEPRECATED( "Function does not provide benefits over raw HDF5 call", F5_APIintF5Fread_attr_data( void*data, hsize_t N, hid_t type_id, hid_t attr_id, constchar*attribute_name ) );
26F5_DEPRECATED( "Function does not provide benefits over raw HDF5 call", F5_APIintF5Fwrite_attr_data( constvoid*data, hsize_t N, hid_t type_id, hid_t attr_id, constchar*attribute_name ) );
27
28
29/**
30 Helper function.
31 Retrieve an attribute of 2 values (e.g. 2 float, 2 doubles, 2 ints, 2 F5_vec3_float_t ... ) from a fragment.
87/** If available a data-array icludes values of a ghost zone and the array is partitioned in two contiguous parts. The first part contains the values inside the fragment and has size size_real, the second part contains the value inside the ghost zone with size size_ghost.