2000-09-06 19:52:37 +00:00
|
|
|
#ifndef _COEF_ROLL_H_
|
|
|
|
#define _COEF_ROLL_H_
|
|
|
|
|
|
|
|
#include "uiuc_parsefile.h"
|
|
|
|
#include "uiuc_aircraft.h"
|
|
|
|
#include "uiuc_1Dinterpolation.h"
|
|
|
|
#include "uiuc_2Dinterpolation.h"
|
|
|
|
#include "uiuc_ice.h"
|
2000-09-26 21:44:52 +00:00
|
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
2000-09-06 19:52:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
void uiuc_coef_roll();
|
|
|
|
|
|
|
|
#endif // _COEF_ROLL_H_
|