1
0
Fork 0
flightgear/src/FDM/UIUCModel/uiuc_pah_ap.h
Edward d'Auvergne dc04fc2294 UIUC FDM - detabbing of all files.
All '\t' have been replaced with 8 spaces, as most of the code is indented with spaces.
2015-12-10 10:04:45 +01:00

8 lines
177 B
C

#ifndef _PAH_AP_H_
#define _PAH_AP_H_
double pah_ap(double pitch, double pitchrate, double pitch_ref, double V,
double sample_t, int init);
#endif //_PAH_AP_H_