logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GFLAS4 - Allows you to access a disk file of plotting instructions, generated with a GFLAS1 and GFLAS2

Access

       To use GFLAS4 or c_gflas4, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably  in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

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.

Name

       GFLAS4 - Allows you to access a disk file of plotting instructions, generated with a GFLAS1 and GFLAS2
       sequence in a previous job, for use in a GFLAS3 call.

See Also

       Online: gflash, gflas1, gflas2, gflas3, ncarg_cbind.

       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL GFLAS4 (IB, FNAME)

See Also