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-2007
43 University Corporation for Atmospheric Research
44
45 This documentation is free software; you can redistribute it and/or
46 modify it under the terms of the GNU General Public License as
47 published by the Free Software Foundation; either version 2 of the
48 License, or (at your option) any later version.
49
50 This software is distributed in the hope that it will be useful, but
51 WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
53 General Public License for more details.
54
55 You should have received a copy of the GNU General Public License along
56 with this software; if not, write to the Free Software Foundation,
57 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
58
59
60
61UNIX March 1993 GFLAS3(3NCARG)