ASCOT5
|
Interface for using mccc package within ascot5. More...
Go to the source code of this file.
Functions | |
void | mccc_init (mccc_data *mdata, int include_energy, int include_pitch, int include_gcdiff) |
Set collision operator data. | |
Interface for using mccc package within ascot5.
Definition in file mccc.c.
void mccc_init | ( | mccc_data * | mdata, |
int | include_energy, | ||
int | include_pitch, | ||
int | include_gcdiff ) |
Set collision operator data.
mdata | pointer to collision operator data struct |
include_energy | can collisions change marker energy, either 0 or 1 |
include_pitch | can collisions change marker pitch, either 0 or 1 |
include_gcdiff | can collisions change GC position, either 0 or 1 |