|
ASCOT5
|
Wrapper for marker structs. More...
#include <particle.h>
Data Structures | |
| union | [union].__unnamed0__ |
Data Fields | |
| input_particle_type | type |
| union | |
Wrapper for marker structs.
This struct wraps particle_state struct and all input structs. Reason is because input data can have several marker types and with this wrapper only a single array is required to store them. The same array can be used when the input markers are turned into marker states.
Only a single type is stored here indicated by the "type" field. Storing a a new marker struct removes the old marker struct.
Definition at line 186 of file particle.h.
| input_particle_type input_particle::type |
Type of data currently stored
Definition at line 187 of file particle.h.