ASCOT5
Loading...
Searching...
No Matches
hdf5_marker.h
Go to the documentation of this file.
1
5#ifndef HDF5_MARKER_H
6#define HDF5_MARKER_H
7
8#include <hdf5.h>
9#include "../particle.h"
10
11int hdf5_marker_read(hid_t f, int *n, input_particle** p, char* qid);
12int hdf5_marker_write_particle(hid_t f, int n, input_particle* p, char* qid);
13
14#endif
int hdf5_marker_read(hid_t f, int *n, input_particle **p, char *qid)
Read marker input.
Definition hdf5_marker.c:41
int hdf5_marker_write_particle(hid_t f, int n, input_particle *p, char *qid)
Write particle input.
Header file for particle.c.
Wrapper for marker structs.
Definition particle.h:186