1GFLAS3(3NCARG) NCAR GRAPHICS GFLAS3(3NCARG)
2
3
4
6 GFLAS3 - Inserts the instructions saved on disk with a previous GFLAS1
7 identifier IB into the output stream. GFLAS3 can be called only after
8 a previous GFLAS1 and GFLAS2 sequence or after a call to GFLAS4. GFLAS3
9 uses FORTRAN logical unit IC as specified in the GOPWK call for WISS.
10
12 CALL GFLAS3 (IB)
13
15 #include <ncarg/ncargC.h>
16
17 void c_gflas3 (int ib)
18
20 IB (INTEGER, input) The same identifying integer used for an
21 (IB) argument in GFLAS1.
22
24 The C-binding argument description is the same as the FORTRAN argument
25 description.
26
28 Use the ncargex command to see the following relevant examples:
29 ccpmovi, tgflas, fgke02.
30
32 To use GFLAS3 or c_gflas3, load the NCAR Graphics libraries ncarg,
33 ncarg_gks, and ncarg_c, preferably in that order.
34
36 Online: gflash, gflas1, gflas2, gflas4, ncarg_cbind.
37
38 Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
39 Fundamentals, UNIX Version
40
42 Copyright (C) 1987-2009
43 University Corporation for Atmospheric Research
44 The use of this Software is governed by a License Agreement.
45
46
47
48UNIX March 1993 GFLAS3(3NCARG)