Part_type_destroy - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Description

Destroys the given particle type freeing it from memory, this is necessary to save memory if it is no longer being used.

Parameters

Parameter Data Type Description
ind integer index of the particle type

Return Values

void: This function does not return anything.

Example Call

// demonstrates destroying a particle type
part_type_destroy(type);

NOTOC