/*****************************************************
Name: SRF_INCP.H
Description: Include file for SRF_INCP.C
Portability: Standard C
*****************************************************/
#ifndef SRF_INCP_DEFINED
#define MAX_NUM_INCP 2
int srf_intrcpt( int Order, double *PrvLoc,
double *CrtDir, double **Coef,
double *Disp );
#define SRF_INCP_DEFINED
#endif
/* End of File */