pe_spheroid_del

Removes a spheroid object

Usage syntax

void pe_spheroid_del (PE_SPHEROID spheroid);

Parameters
spheroid The spheroid object
Description

Releases the memory allocated to the specified spheroid object

Returns

None

Examples

pe_spheroid_del(wgs84);