Read Spline in a Table

Description

This function reads spline in a table of a block in a file. The Spline is a list of X and Y values in a block.

C Calling Sequence

int c_rto_read_table_spline(const char *block, int maxPairs, int *nPairs, double *values);

Arguments

Argument Type   Description
block Character Array Input This contains the block name in a TeimOrbit file.
maxPairs Integer    
nPairs Integer    
values Double Precision Output  

FORTRAN Calling Sequence:

DLLFUNC void STDCALL RTO_READ_TABLE_SPLINE_F2C(char *blockName, int len1, int *blockNameLen, int *maxPairs, int *nPairs, double *values, int *Success)

Arguments

Argument Type   Description
blockName Character Array Input This contains the block name in a TeimOrbit file.
blockNameLen Integer Input This contains the number of characters in the block name.
maxPairs Integer    
nPairs Integer    
values Double Precision Output  
success Integer Output If the value is read then success return 1 or else 0.