c_wdbclose - Close the WDB2 files

SYNTAX

FUNCTION c_wdbclose(fp_seq, fp_rel)

    FILE	 *fp_seq;
    FILE	 *fp_rel;

PARAMETERS

fp_seq (FILE *, input)

File pointer to the WDBII sequential file.

fp_rel (FILE *, input)

File pointer to the WDBII relative file.

DESCRIPTION

Close the sequential and relative WDBII files. The sequential file serves as the look-up table into the relative file which stores the geographic coordinates.

RETURN VALUE

c_wdbclose() has no return value.