- neighbor information management added to elements
- prefix 'global' removed form global element struct - global and local element data now have the same struct - and several other changes
This commit is contained in:
@@ -1,17 +1,6 @@
|
||||
#ifndef __H5_READWRITE_H
|
||||
#define __H5_READWRITE_H
|
||||
|
||||
h5_int64_t
|
||||
h5_write_data (
|
||||
h5_file_t *f,
|
||||
const char *name,
|
||||
const void *array,
|
||||
const hid_t type_id,
|
||||
const hid_t group_id,
|
||||
const hid_t memspace_id,
|
||||
const hid_t diskspace_id
|
||||
) ;
|
||||
|
||||
h5_int64_t
|
||||
h5_set_step (
|
||||
h5_file_t * const f,
|
||||
|
||||
Reference in New Issue
Block a user