part_type_clear - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Clears the properties of the given particle type to their default values.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle type |
void: This function does not return anything.
// demonstrates setting the default property values of a particle type
part_type_clear(type);
NOTOC