next up previous contents index
Next: Opening and Closing Up: Workstations Previous: Definition

Opening and Closing GKS

Before any workstation is opened or activated, GKS itself must be opened. This must be the first call in any GKS program as it performs the initialization. The last call should be to close (exit from) GKS.

CALL GOPKS(ERRFIL, BUF)
  .......
CALL GCLKS
ERRFIL defines the FORTRAN logical unit number to which all error messages will be sent. BUF is the amount of memory space to be used. (This parameter is ignored by the GKSGRAL and GKSGRAL-3D implementations.)

Janne Saarela
Mon Apr 3 17:00:12 METDST 1995