]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_alh_ap.h
Fix for bug 1304 - crash loading XML route
[flightgear.git] / src / FDM / UIUCModel / uiuc_alh_ap.h
1
2 #ifndef _ALH_AP_H_
3 #define _ALH_AP_H_
4
5 #include <FDM/LaRCsim/ls_constants.h>
6
7 double alh_ap(double pitch, double pitchrate, double H_ref, double H, 
8               double V, double sample_t, int init);
9
10 #endif //_ALH_AP_H_