#include "grid.h"
FUNCTION c_freegrid (grid)
struct GRID *grid;
An ADAPS geometric mapping grid.
All of the dynamically allocated memory referenced by grid will be freed and the appropriate pointers are set to NULL.
c_freegrid() returns
E_SUCC --> Successful completion. E_FAIL --> Operation failed.