F77_FREE_type

Free a dynamic variable of type

F77_FREE_type Free a dynamic variable of type

Description:

Frees the space obtained by a previous F77_CREATE_type_ARRAY or F77_CREATE_CHARACTER macro). Makes use of cnf functions where appropriate. If the associated CREATE macro was null, the FREE macro will be null.

Invocation

F77_FREE_type(arg)

Arguments

arg
The variable as passed to the FORTRAN subroutine.

Examples:

F77_FREE_LOGICAL(flog)
will expand as follows:
All systems: cnfFree((char *)flog)