NCL Home > Documentation > HLUs > API

NhlClose

The Fortran name of this function is NhlFClose.

HLU library clean-up function.


C synopsis

#include <ncarg/hlu/hlu.h>

void NhlClose()

Fortran synopsis

      subroutine NhlFClose

Description

This function is used to tell the HLU library that the programmer is done using it. It frees up any memory that it can. The library is unusable after this call, and it is not currently possible to re-open it.


See also