next up previous contents index
Next: Set optional values Up: Description of FFREAD Previous: Description of FFREAD

Initialization

CALL FFINIT (NW)

This subroutine initializes the FFREAD package.

If any keys had been previously specified, they are erased with all associated information. The values for the input and output logical units are reset to their default values, which direct them to the terminal or command file/batch log. The significant key size is reset to its default value of 4.

The integer argument NW specifies the number of words the user has allocated to the COMMON /CFREAD/, in which FFREAD keeps all its information. If NW = 0, the default size is large enough to hold 50 keys of the default length (on all machines). If a larger number of keys is required, the user must do the following:


Janne Saarela
Tue May 16 09:50:47 METDST 1995