pe_coordsys_del

Removes an authority object

Usage syntax

void pe_authority_del (PE_AUTHORITY authority);

Parameters
authority The authority object
Description

Pe_coordsys_del releases the memory allocated to the specified authority object.

Returns

None

Examples

pe_authority_del(auth1);