7289eaa8ba
I have attached some revisions for the UIUCModel and some LaRCsim. The only thing you should need to check is LaRCsim.cxx. The file I attached is a revised version of 1.5 and the latest is 1.7. Also, uiuc_getwind.c and uiuc_getwind.h are no longer in the LaRCsim directory. They have been moved over to UIUCModel.
21 lines
745 B
C
21 lines
745 B
C
|
|
#ifndef _MENU_GEOMETRY_H_
|
|
#define _MENU_GEOMETRY_H_
|
|
|
|
#include "uiuc_aircraft.h"
|
|
#include "uiuc_convert.h"
|
|
#include "uiuc_1DdataFileReader.h"
|
|
#include "uiuc_2DdataFileReader.h"
|
|
#include "uiuc_menu_functions.h"
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
#include <FDM/LaRCsim/ls_cockpit.h> /* Long_trim defined */
|
|
#include <FDM/LaRCsim/ls_constants.h> /* INVG defined */
|
|
|
|
void parse_geometry( const string& linetoken2, const string& linetoken3,
|
|
const string& linetoken4, const string& linetoken5,
|
|
const string& linetoken6, const string& linetoken7,
|
|
const string& linetoken8, const string& linetoken9,
|
|
const string& linetoken10,
|
|
const string& aircraft_directory, LIST command_line );
|
|
|
|
#endif //_MENU_GEOMETRY_H_
|