pe_primem_del

Removes a prime meridian object.

Usage syntax

void pe_primem_del (PE_PRIMEM primem);

Parameters
primem The prime meridian object
Description

Releases the memory allocated to the specified prime meridian object.

Returns

None

Examples

pe_primem_del(pm);