c_ptclse - Closes a tie point file

SYNTAX

#include "geompak.h"

FUNCTION c_ptclse (ptdesc)

     int                       *ptdesc;

PARAMETERS

ptdesc (output, integer)

File descriptor to be used internally by the tie point I/O routines.

DESCRIPTION

This routine is used to close a tie point file.

RETURN VALUE

c_ptclse() returns

     E_SUCC (0) --> successful completion
     E_FAIL (-1)--> operation failed

SPECIAL CONSIDERATIONS:

The c_ptclse() call is for C only.