21#define MCCC_NSLOTS WIENERSLOTS
Main header file for ASCOT5.
unsigned long int a5err
Simulation error flag.
DECLARE_TARGET_SIMD void mccc_wiener_initialize(mccc_wienarr *w, real initime)
Initializes a struct that stores generated Wiener processes.
DECLARE_TARGET_SIMD a5err mccc_wiener_clean(mccc_wienarr *w, real t)
Removes Wiener processes from the array that are no longer required.
DECLARE_TARGET_SIMD a5err mccc_wiener_generate(mccc_wienarr *w, real t, int *windex, real *rand5)
Generates a new Wiener process at a given time instant.
Struct for storing Wiener processes.