table of contents
g2_free.c(3) | Library Functions Manual | g2_free.c(3) |
NAME¶
g2_free.c - Free up memory that was allocated for struct gribfield.
SYNOPSIS¶
#include 'grib2_int.h'
#include <stdlib.h>
Functions¶
void g2_free (gribfield *gfld)
Free memory that was allocated for struct gribfield.
Detailed Description¶
Free up memory that was allocated for struct gribfield.
Author
Date
Definition in file g2_free.c.
Function Documentation¶
void g2_free (gribfield * gfld)¶
Free memory that was allocated for struct gribfield.
Parameters
Note
Author
Date
Definition at line 23 of file g2_free.c.
References gribfield::bmap, gribfield::coord_list, gribfield::fld, gribfield::idrtmpl, gribfield::idsect, gribfield::igdtmpl, gribfield::ipdtmpl, gribfield::list_opt, and gribfield::local.
Referenced by g2_getfld().
Author¶
Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.
Version 2.0.0 | NCEPLIBS-g2c |