ASCOT5
Loading...
Searching...
No Matches
hdf5_state.h
Go to the documentation of this file.
1
5#ifndef HDF5_STATE
6#define HDF5_STATE
7
8#include <hdf5.h>
9#include "../particle.h"
10
11int hdf5_state_write(hid_t f, char* run, char *state, integer n,
13
14#endif
long integer
Definition ascot5.h:84
int hdf5_state_write(hid_t f, char *run, char *state, integer n, particle_state *p)
Writes marker state to an ASCOT5 HDF5 file.
Definition hdf5_state.c:36
Header file for particle.c.
General representation of a marker.
Definition particle.h:40