4.3.1 SLINIT

1.
Function
Initializes the layout subroutine package. In GRPH1, it is called internally by SGOPN (Actually by SGINIT; See Section 2.4.1), so the user does not have to call it directly.
2.
Call
CALL SLINIT(WXMAX,WYMAX,FACT)
3.
Explanation of Parameters
WXMAX, WYMAX (R) The maximum frame (given in units of the WC).
FACT (R) Gives the ratio between the unit length in WC and the actual length.
4.
Notes
(a) Must be
WXMAX>0, WYMAX>0, and FACT>0.
(b)
When this routine is called, the maximum frame is allotted to the level-1 frame. The level-1 frame can be changed using SLSIZE or SLFORM.