1GOPKS(3NCARG) NCAR GRAPHICS GOPKS(3NCARG)
2
3
4
6 GOPKS (Open GKS) - opens the GKS package
7
9 CALL GOPKS (ERRFIL, BUFA)
10
12 #include <ncarg/gks.h>
13
14 void gopen_gks(const char *err_file, size_t mem_unit);
15
17 ERRFIL (Input, Integer) - The Fortran unit number to which error
18 messages are to be written. Typically this should be unit
19 6.
20
21 BUFA (Input, Integer) - The dimension of an internal buffer.
22 Currently in NCAR GKS-0A, BUFA is ignored.
23
25 To get output to any workstation, GOPKS, GOPWK and GACWK must be called
26 in that order. For jobs producing only CGM output, the three calls to
27 GOPKS, GOPWK and GACWK can be replaced with a call to the SPPS function
28 OPNGKS.
29
31 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
32
34 Online: gopwk, gacwk, gdawk, gclwk, gclks, guwk, opngks, clsgks,
35 gopen_gks
36
37 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
38 mentals, UNIX Version
39
41 Copyright (C) 1987-2009
42 University Corporation for Atmospheric Research
43
44 The use of this Software is governed by a License Agreement.
45
46
47
48UNIX March 1993 GOPKS(3NCARG)