2717dba826
ability to run a nonlinear model with flaps. The files ls_model.c and uiuc_aero.c were changed since we had some functions with the same name. The name changes doesn't affect the code, it just makes it a little easier to read. There are changes in LaRCsim.cxx so UIUC models have engine sound. Could you send me an email when you receive this and/or when the changes make it to the CVS? Thanks. Also I noticed you have some outdated files that are no longer used in the UIUCModel directory. They are uiuc_initializemaps1.cpp, uiuc_initializemaps2.cpp, uiuc_initializemaps3.cpp, and uiuc_initializemaps4.cpp Rob
15 lines
314 B
C
15 lines
314 B
C
#ifndef _COEF_PITCH_H_
|
|
#define _COEF_PITCH_H_
|
|
|
|
#include "uiuc_parsefile.h"
|
|
#include "uiuc_aircraft.h"
|
|
#include "uiuc_1Dinterpolation.h"
|
|
#include "uiuc_2Dinterpolation.h"
|
|
#include "uiuc_3Dinterpolation.h"
|
|
#include "uiuc_ice.h"
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
|
|
|
|
void uiuc_coef_pitch();
|
|
|
|
#endif // _COEF_PITCH_H_
|