SYNOPSIS
CALL GFLAS4 (IB, FNAME)C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>void c_gflas4 (int ib, char *fname)
DESCRIPTION
- IB
- (INTEGER, input) Specifies the identifier to be used for subsequent GFLAS3 calls. This needs to be between 0 and 99 inclusive, just as with the argument IB to GFLAS1.
- FNAME
- (CHARACTER, input) Specifies the name of the file in which the plotting instructions are stored; FNAME is a FORTRAN character variable specifying the file name of the disk file.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN argument descriptions.ACCESS
To use GFLAS4 or c_gflas4, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.