CKPNT CKPNT CKPNT CKPNT CKPNT CKPNT CKPNT
**********************************************
**************************
******
SUBROUTINE CKPNT (LSAVE, LOUT, NPOINT, VERS, PREC, LENI, LENR,
LENC, KERR)
Reads from a file information about a Chemkin linkfile, and
pointers for work arrays.
INPUT
LSAVE - Integer scalar, input unit for binary data file.
LOUT - Integer scalar, formatted output file unit number.
OUTPUT
NPOINT - Integer scalar, total pointers count.
VERS - Real scalar, version number of the Chemkin linkfile.
PREC - Character string, machine precision of the linkfile.
LENI - Integer scalar, length required for integer work array.
LENR - Integer scalar, length required for real work array.
LENC - Integer scalar, length required for character work array.
KERR - Logical, error flag.