ASCOT5
|
Module for reading Boozer data from HDF5 file. More...
#include <stdlib.h>
#include <stdio.h>
#include <hdf5.h>
#include <hdf5_hl.h>
#include "../ascot5.h"
#include "../boozer.h"
#include "../consts.h"
#include "hdf5_helpers.h"
#include "hdf5_boozer.h"
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. | |
Module for reading Boozer data from HDF5 file.
Definition in file hdf5_boozer.c.
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.