]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_1Dinterpolation.h
UIUC flight model contribution. This is based on LaRCsim, but can read
[flightgear.git] / src / FDM / UIUCModel / uiuc_1Dinterpolation.h
1 #ifndef _1D_INTERPOLATION_H_
2 #define _1D_INTERPOLATION_H_
3
4 double uiuc_1Dinterpolation( double xData[100], double yData[100], int xmax, double x );
5
6 #endif // _1D_INTERPOLATION_H_