pe_horizon_del

Removes a horizon object.

Usage syntax

void pe_horizon_del (PE_HORIZON horizon);

Parameters
horizon The horizon object
Description

Releases the memory allocated to the specified horizon object.

Returns

None

Examples

pe_horizon_del(pcs_horz);