Property File to SI Conversion Factors

Description

This function converts the units from the property file to SI units.

C Calling Sequence

int c_rto_file2si_conversion_factors(double *cFactors);

Arguments

Argument Type   Description
cFactors Double Precision Input Converts all the units from TeimOrbit file to SI units.

FORTRAN Calling Sequence:

DLLFUNC void STDCALL RTO_FILE2SI_CONVERSION_FACTORS_F2C(double *cFactors, int *Success)

Arguments

Argument Type   Description
cFactors Double Precision Input Converts all the units from TeimOrbit file to SI units.
success Integer Output If the value is read then success return 1 or else 0.