NhlOpen


NhlOpen, NhlInitialize
The Fortran names of these functions are NhlFOpen and
NhlFInitialize.
HLU library initialization functions.
C synopsis
#include <ncarg/hlu/hlu.h>
void NhlOpen()
void NhlInitialize()
Fortran synopsis
subroutine NhlFOpen
subroutine NhlFInitialize
Description
These functions are used to initialize the HLU library. One of them must be
called before any other HLU calls.
NhlOpen is the normal way to initialize the HLU library.
It is the simplest interface.
NhlInitialize differs from NhlOpen in
that the programmer must create an App object
after calling it, and before any other objects can be created.
See also
Copyright
Copyright 1987,1988,1989,1991,1993,1994,1995
University Corporation for Atmospheric Research
All Rights Reserved
Reference Manual Control Panel
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?
$Revision: 1.9 $ $Date: 1995/07/26 23:28:18 $