ASCOT5
|
Header file for hdf5_boozer.c. More...
Go to the source code of this file.
Functions | |
int | hdf5_boozer_init (hid_t f, boozer_data *data, char *qid) |
Initialize Boozer data from HDF5 file. | |
Header file for hdf5_boozer.c.
Definition in file hdf5_boozer.h.
int hdf5_boozer_init | ( | hid_t | f, |
boozer_data * | data, | ||
char * | qid ) |
Initialize Boozer data from HDF5 file.
f | HDF5 file identifier for a file which is opened and closed outside of this function |
data | pointer to the data struct which is initialized here |
qid | QID of the data that is to be read |
Definition at line 26 of file hdf5_boozer.c.